Received: by 10.223.176.5 with SMTP id f5csp450751wra; Fri, 9 Feb 2018 01:38:34 -0800 (PST) X-Google-Smtp-Source: AH8x226DtQezNEwGPqIMcOFTwqIIKK9eNObJ+4RkEbXOKZBnRsACEC8cN6cIxNe4pjhDjDNDdwF+ X-Received: by 2002:a17:902:2843:: with SMTP id e61-v6mr2014038plb.260.1518169114699; Fri, 09 Feb 2018 01:38:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518169114; cv=none; d=google.com; s=arc-20160816; b=jDE76/fiktcXL9MM2m1T+CWr7hnOkrcdV1RfA37okl09BFmIktDFgfL6zdd2QyUplt CQ/gqxEAd7yc6ELalR+aOcIa1+bobW5J8quSWOlWyeTVuu/nl3c+lPDaOW+aTCn5iad9 P05LcG6fwZPRkBG88YjjmTG2fmeTtrFyH1jWEjBZ06yQajKTdEJcGY1frQEzyBPxTbmd 2TK5NmLiQCv4JI9zgnlP6JOT3inUbdDyo3tF/TuCP5xBsYNuqchH2OoA1kES7chSd7x7 xslLLGoxdl+md7kqLMHvE4H82xuykpOgat/Xb/dQVOfivBFuT+xA1rI6Mjt9UGiaXokE Rf2A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :organization:in-reply-to:subject:cc:to:from :arc-authentication-results; bh=z6H4K3mw4KrVBqL9dKDXnbP1Mmd2Xs/58xphznoK5/o=; b=khn6iYqjkVk3PpHlUlPTS1iiyqW2Pq48zo2HQVEk1wGJSej2gC/Fmvi68iqeq+Y8DA y30GBxkV+CM1C2XeDSEYEx3Lia3rr1OclVMpZWAvB4gMeCXZjMAM2j+K5/lqk3YeWCI9 XGwG9J5Is+N6kyfgWT4tOI35C0z4xqG1P8lUG3cE/IVxPX3sYrZd3lIsy8gt3VcompDj IQ9PZIzOJbH3Osy+uiSO5tZbFfLVmdqrNBXbeH4u3zt2Eht+UiggdtrRrFxcGR9lNLAN waNh5eErswAK5e/mgcUJoi3bukB54HEaV00PcUQ449cv3/E2b1ORTm1WlHJTXq2/b7I4 ch0w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x6-v6si1260887plo.104.2018.02.09.01.38.20; Fri, 09 Feb 2018 01:38:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752126AbeBIJgx (ORCPT + 99 others); Fri, 9 Feb 2018 04:36:53 -0500 Received: from mga03.intel.com ([134.134.136.65]:28817 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750973AbeBIJgt (ORCPT ); Fri, 9 Feb 2018 04:36:49 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2018 01:36:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,482,1511856000"; d="scan'208";a="29439115" Received: from jnikula-mobl2.fi.intel.com (HELO localhost) ([10.237.72.62]) by fmsmga001.fm.intel.com with ESMTP; 09 Feb 2018 01:36:47 -0800 From: Jani Nikula To: Jonathan Corbet , "Tobin C. Harding" Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, mchehab@kernel.org Subject: Re: [PATCH 7/8] docs: kernel-doc: Finish moving STATE_* code out of process_file() In-Reply-To: <20180208125800.3dae9456@lwn.net> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20180207172624.24555-1-corbet@lwn.net> <20180207172624.24555-8-corbet@lwn.net> <20180208022953.GB3304@eros> <20180208125800.3dae9456@lwn.net> Date: Fri, 09 Feb 2018 11:36:42 +0200 Message-ID: <871shua4id.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 08 Feb 2018, Jonathan Corbet wrote: > On Thu, 8 Feb 2018 13:29:53 +1100 > "Tobin C. Harding" wrote: > >> It doesn't appear to be introduced by you but the brace positions are >> non-uniform in this patch. >> >> if >> { >> ... >> } >> else >> { >> ... >> } >> >> instead of >> >> if { >> ... >> } else { >> eee >> } > > True, that's worth fixing up while I'm in the neighborhood. I'll do that > before I commit the set. With that, Reviewed-by: Jani Nikula > > Thanks, > > jon > -- > To unsubscribe from this list: send the line "unsubscribe linux-doc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Jani Nikula, Intel Open Source Technology Center