[Acked] [PATCH] checkpatch: Warn on embedded function names

2017-01-03 Thread Andy Whitcroft
On Tue, Jan 03, 2017 at 07:21:54PM -0800, Joe Perches 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: Joe Perches > --- >

[Acked] [PATCH] checkpatch: Warn on embedded function names

2017-01-03 Thread Andy Whitcroft
On Tue, Jan 03, 2017 at 07:21:54PM -0800, Joe Perches 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: Joe Perches > --- > scripts/checkpatch.pl | 22

[PATCH] checkpatch: Warn on embedded function names

2017-01-03 Thread Joe Perches
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: Joe Perches --- scripts/checkpatch.pl | 22 -- 1 file changed, 20 insertions(+), 2

[PATCH] checkpatch: Warn on embedded function names

2017-01-03 Thread Joe Perches
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: Joe Perches --- scripts/checkpatch.pl | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-)

[PATCH] checkpatch: Warn on embedded function names

2017-01-03 Thread Joe Perches
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: Joe Perches --- scripts/checkpatch.pl | 22 -- 1 file changed, 20 insertions(+), 2

[PATCH] checkpatch: Warn on embedded function names

2017-01-03 Thread Joe Perches
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: Joe Perches --- scripts/checkpatch.pl | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-)