Re: [PATCH] orinoco : Replace function name in string with __func__

2019-02-19 Thread Kalle Valo
Keyur Patel wrote: > From: Keyur Patel > > Replace hard coded function name with __func__, to > improve robustness and to conform to the Linux kernel coding > style. Issue found using checkpatch. > > Signed-off-by: Keyur Patel Patch applied to wireless-drivers-next.git, thanks. 25f87d8b63b8

[PATCH] orinoco : Replace function name in string with __func__

2019-02-17 Thread Keyur Patel
From: Keyur Patel Replace hard coded function name with __func__, to improve robustness and to conform to the Linux kernel coding style. Issue found using checkpatch. Signed-off-by: Keyur Patel --- drivers/net/wireless/intersil/orinoco/mic.c | 10 +- 1 file changed, 5 insertions(+), 5