From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934063AbdABUtZ (ORCPT ); Mon, 2 Jan 2017 15:49:25 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:57771 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933474AbdABUtW (ORCPT ); Mon, 2 Jan 2017 15:49:22 -0500 From: Arnd Bergmann To: Max Bires Cc: Josh Triplett , Geert Uytterhoeven , Greg KH , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] char: lack of bool string made CONFIG_DEVPORT always on Date: Mon, 02 Jan 2017 21:49:16 +0100 Message-ID: <4192327.1tIeqa81O7@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-34-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: <20161214005847.GB1141@kroah.com> <20161214094648.aml4mrwzvrqxytzg@x> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:nm+Vqd2e3L7Gcu6IlbA7u8+lra7I2TvNaXpW2kZ9LP1e1tSaTd+ 5r/cSiKATH7kJQ0zPcvBmTrIrJX6ak87LWsJhGA/TBdY5Dog9pEABugkAlzC7J6pGUqfIzE zgozmkuoOlbPz0IFGF/wBNVVkUHqgSANY3qlgJ0CfH0D0CChgdy+SZ2+2gSZ1YvbsBoV+BX IbO4WvBGwUbWkAs1sTP6A== X-UI-Out-Filterresults: notjunk:1;V01:K0:3mw6qY6Pbsw=:M9eDSZ9u38XFPzD8kmwQaG SbL+/f7O9lFwkXrXa8yU1HOfc5EtdGBbiM/DwSOzPMifjv41kXY0c6ILUyMRcvRRvvKh2OsN3 w2OrSRYV/uimqsGlJtg2qfLuX1oUj4VXIN8gSCLRg9GDG0cOhw7gOvkoH+EQ5XlWM/XHsIJQQ wJfoIX4YT0vNeOUsMWli8yvr86llX16viktJKxLJqD7lVHZZG/G29t3qzBOk3D/mykczO7AfY AH9rCK4dzoA7sY9K54SXGbSr1p2s4q8eB3jU/ozX8RisPnRXIfOa9Wt3R6iQHyisElZNf1h+B 3+M8H/h4dP7AXHPk/IsVoLkvLE7XF3tw1phu2R+fTLrk25woCSH7584oUJa8a3aWmURtO6EKo Z3SdP0xdjtGQEeorqXiwom7aMSUTwcUdVMm/vVpdIhHNTKNLgLC7Z05y6CpTgxgHpxjJLLECj balsasxPKp7Kf2cjrDli45a/CchNm+GuCe5MWu50xWEilejI1yrzU6SVh0GY4Za4jPOkf5Lsr 1gxbqAz7CjMtb1uR39k+Kyc0Ibe0ptnNoRmKfKyLIxgOxC9dN3AF0WriIPsVuu5nanbF0f7NJ KnZGbxPVOjW5rAXSktC9PFOqor3esawvxcEalQq9fDSfJqVNVQbp0JT7DhA3bdwSp+fl7JifU 4aTpLd6uzk+q+joSiajBd1xez9rohxrUrPvffCUffYyS1aIgfxqVc6VIUOgK29svEWFR++Bcl 0kO/wlQhx1ACxnUp Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, December 27, 2016 3:05:54 PM CET Max Bires wrote: > So this is fine as is then? Just making sure that outside of the > development tree being closed for now that this patch is good to go now > that space/tab formatting is fixed. Yes, the change is fine, please add my Acked-by: Arnd Bergmann Note two details: - Please avoid top-posting in emails as you did here - In your patch submission the sender is listed as "Max" without a last name, while your Signed-off-by line contains your full name. As the sender gets used as the author tag, please resubmit the patch with your full name as sender or add a separate "From: " line at the beginning of the mail. Git format-patch/send-email gets this right as long as your git configuration has your full name. Arnd