Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1969062ybt; Mon, 15 Jun 2020 14:25:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyzIhIWC8tRslCXB1M97fl5JYlwW39g+6bD+BOVfkuVeRkR2f0SNcnQtE/Vm6wCWcI4ZkZ9 X-Received: by 2002:a05:6402:1750:: with SMTP id v16mr26391294edx.137.1592256339954; Mon, 15 Jun 2020 14:25:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592256339; cv=none; d=google.com; s=arc-20160816; b=TIkGLwpbDJ40Pa4CyWVlKZUQ5iRhxgw5IiTe2V1Jzoecslgw+xQSEGYIfnwRlyFwRu vLligW75chAqnhbsOyb0ihra2vkyxBAoJpKj5gcpwjp1J2omcTmThik8J1HnNQZMPqPb dhua3CE6HHF83vwTOb4vgz/rG1IOQw+vKHPUmQYhqeiTBu6DAJLEctl1F6SSVeuOlldo 9KW8aavN0FYRjr3evMknowQExvOND8AaZCOwO1cdyFnQYeXvZ8RG9a4Dv7I/fi0itPeA BYhU6qw/4ca4PtHDeyEM5Dh6rK8ccwAHduTLKGbpm23S4jtPzWddMTD0SLvrpG+rNsnC zsDw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=jbYQnTbbpQV5fjFZg09zlUcLTiCyZWrh2gCRNOzBLLQ=; b=dkbEXsCGfUJjnpehp9g6HZLvJ7kK3djz2J3vPT/VPEMWYfOYCO8LecRKCrBpE9tyrS Wsp+cux1Twy1IO/4OzWlgMnpGOiC0u39s8wE9STAkbqMJsl2l9BthYI0VLY4DfQ4xjxJ AK/2ors3z5/z0/awaK7ZHT2T9TYGHl8O5R/ndPgmp3ZLAlnuqZ1hF6pdeOC/WlHNe29g 5tka6oZvHRR8YPdkekyvd0pmZ895alSU+JadYwk4KEsVg0G6DNISWq2ySBH3Kjc3yJOC CrjSn6pD7+e+VNmtTZ5EZc4Yv3gAYFOU1I0nwB1sTtDG8oyfqn1apCOxKE1cjqu1hru9 WZaA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g8si9469690edy.450.2020.06.15.14.25.17; Mon, 15 Jun 2020 14:25:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731463AbgFOVV2 (ORCPT + 99 others); Mon, 15 Jun 2020 17:21:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:41720 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726207AbgFOVV0 (ORCPT ); Mon, 15 Jun 2020 17:21:26 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2820520679; Mon, 15 Jun 2020 21:21:25 +0000 (UTC) Date: Mon, 15 Jun 2020 17:21:23 -0400 From: Steven Rostedt To: Joe Perches Cc: Masami Hiramatsu , stable@vger.kernel.org, LKML Subject: Re: [PATCH 1/4] proc/bootconfig: Fix to use correct quotes for value Message-ID: <20200615172123.1fe77f3c@oasis.local.home> In-Reply-To: <7abefbc81fc6aaefed6bbd2117e7bc97b90babe9.camel@perches.com> References: <159197538852.80267.10091816844311950396.stgit@devnote2> <159197539793.80267.10836787284189465765.stgit@devnote2> <20200615151139.5cc223fc@oasis.local.home> <7abefbc81fc6aaefed6bbd2117e7bc97b90babe9.camel@perches.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 15 Jun 2020 12:24:00 -0700 Joe Perches wrote: > > Hmm, shouldn't the above have the upside-down xmas tree format? > > > > struct xbc_node *leaf, *vnode; > > char *key, *end = dst + size; > > const char *val; > > char q; > > int ret = 0; > > Please don't infect kernel sources with that style oddity. What do you mean? It's already "infected" all over the kernel, (has been for years!) and I kinda like it. It makes reading variables much easier on the eyes, and as I get older, that means a lot more ;-) -- Steve