Re: [PATCH] Staging: goldfish: use __func__ instead of embedded function names v3

From: Greg KH
Date: Thu Mar 16 2017 - 09:29:08 EST


On Thu, Mar 16, 2017 at 04:25:54AM -0700, Mohsin Shan wrote:
> Embedded function names are less appropriate to use when
> refactoring, can cause function renaming. Prefer the use
> of "%s", __func__ to embedded function names
>
> Signed-off-by: Mohsin Shan <mohsinshan1k@xxxxxxxxx>
> ---
> drivers/staging/goldfish/goldfish_nand.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)

Please read Documenation/SubmittingPatches in the section that describes
how to version your patch properly.

v4? :)

thanks,

greg k-h