Re: [PATCH] drivers/staging/goldfish/goldfish_nand.c: Fixed Coding style Warnings.

From: Dan Carpenter
Date: Wed Mar 15 2017 - 04:38:16 EST


Fix the subject. The subsystem prefix is wrong and it's too vague.
Change it to:

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


On Tue, Mar 14, 2017 at 08:53:50PM -0700, mshan 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: mshan <mohsinshan1k@xxxxxxxxx>

Please use your legal/formal name as if you were signing a legal
document. Also change the From header on your email to match.

regards,
dan carpenter