From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751498AbcGOAcs (ORCPT ); Thu, 14 Jul 2016 20:32:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43727 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751279AbcGOAcq (ORCPT ); Thu, 14 Jul 2016 20:32:46 -0400 Date: Fri, 15 Jul 2016 09:32:57 +0900 From: Greg KH To: Sunbing Cc: wsa+renesas@sang-engineering.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Sunbing Subject: Re: [PATCH] Enclose multiple statements macros in a do while loop Message-ID: <20160715003257.GB31939@kroah.com> References: <1468486911-10916-1-git-send-email-sunbing@redflag-linux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1468486911-10916-1-git-send-email-sunbing@redflag-linux.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 14, 2016 at 05:01:51PM +0800, Sunbing wrote: > The formatting of macros definetion in ks7010/michael_mic.c is not > consistent with the general kernel coding style. > > Fix it by the result of scripts/checkpatch.pl. > > No functional changes. > > Signed-off-by: Sunbing We need a "real" and "full" name here, please. Also, work on your subject: line to match other patches that have been accepted into this driver. thanks, greg k-h