[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180109170214.GA16149@kroah.com>
Date: Tue, 9 Jan 2018 18:02:14 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Harsh Shandilya <msfjarvis@...il.com>
Cc: devel@...verdev.osuosl.org, Todd Kjos <tkjos@...roid.com>,
linux-kernel@...r.kernel.org,
Arve Hjønnevåg <arve@...roid.com>,
Harsh Shandilya <harsh@...kt.io>,
Martijn Coenen <maco@...roid.com>
Subject: Re: [PATCH 2/2] drivers: android: Fix logtags in methods
On Fri, Dec 22, 2017 at 07:37:03PM +0530, Harsh Shandilya wrote:
> From: Harsh Shandilya <harsh@...kt.io>
>
> Several methods in the driver were hardcoding
> the function name in their logging calls which
> is a checkpatch violation. Utilise the __func__
> macro to avoid needing to add the function name
> as is to the string.
>
> Test: logtags in dmesg remain unaffected before
> and after the patch.
>
> Signed-off-by: Harsh Shandilya <harsh@...kt.io>
>
> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
> Cc: "Arve Hjønnevåg" <arve@...roid.com>
> Cc: Todd Kjos <tkjos@...roid.com>
> Cc: Martijn Coenen <maco@...roid.com>
> Cc: devel@...verdev.osuosl.org
> Cc: linux-kernel@...r.kernel.org
> ---
> drivers/android/binder.c | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
Patch does not apply to my tree :(
Powered by blists - more mailing lists