From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4248CA0FE6 for ; Fri, 1 Sep 2023 12:48:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237165AbjIAMs3 (ORCPT ); Fri, 1 Sep 2023 08:48:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235386AbjIAMs2 (ORCPT ); Fri, 1 Sep 2023 08:48:28 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D6BE81731; Fri, 1 Sep 2023 05:47:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1693572472; x=1725108472; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=F3Mb862bybOKUxwgdziumdMDOO9BKtdGVT7nZEluCWo=; b=UCBEr/1PdvM4QV5n+Jb8Duu4rRLcVVoRgEJpga7liWPuMwiMble47kYU c7YXJNgf4lsyVDnCWNmQuRzu0fvVybd9NYuIUxTyS7DT6iIWZXBvxkYLx MOHqvXuwbbcCp1+FWLbmPJY5nC2V1jtDfpwdw08CSgELy7ankHg5LqoHa zvKOZ2ADo3eK42szI7OE5M+LusQoxX+eZhSIT9X0Q0L3KbMNlzqnOgh0s NubfAaR/8VtA8r3py6jsCEwjMMm5f3vA7nDVUVs6dqtvXF922r0cFg5aU 5HxvDQSj71Ms0kVJnd1Kcw5Ig9/lWQLgd69UxSqaZOvcg3CNiMT/T2EWi g==; X-IronPort-AV: E=McAfee;i="6600,9927,10819"; a="375112421" X-IronPort-AV: E=Sophos;i="6.02,219,1688454000"; d="scan'208";a="375112421" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2023 05:46:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10819"; a="689754234" X-IronPort-AV: E=Sophos;i="6.02,219,1688454000"; d="scan'208";a="689754234" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga003.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2023 05:46:18 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qc3XT-005fo4-2c; Fri, 01 Sep 2023 15:46:15 +0300 Date: Fri, 1 Sep 2023 15:46:15 +0300 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Linus Walleij , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH] gpiolib: remove stray newline in gpio/driver.h Message-ID: References: <20230901113520.13352-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 01, 2023 at 02:29:19PM +0200, Bartosz Golaszewski wrote: > On Fri, Sep 1, 2023 at 2:13 PM Andy Shevchenko > wrote: > > > > On Fri, Sep 01, 2023 at 01:35:20PM +0200, Bartosz Golaszewski wrote: > > > From: Bartosz Golaszewski > > > > > > Fix a double newline in the GPIO provider header. > > > > Separate patch for this?! > > I would just fold it in the extern removal and that's it. > > It's nowhere near the code I modified in the other one. > > Just slap a reviewed-by on it and let's move on, more important > patches are coming up. :) You may apply this without my tag, nothing to review here, seriously. -- With Best Regards, Andy Shevchenko