[PATCH 1/5] drivers: char: Replace "foo * bar" with "foo *bar".

2017-04-07 Thread Varsha Rao
Remove space after * in pointer type, to follow linux coding style. This patch fixes the following checkpatch issue: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Varsha Rao --- drivers/char/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/mis

[PATCH 1/5] drivers: char: Replace "foo * bar" with "foo *bar".

2017-04-03 Thread Varsha Rao
Remove space after * in pointer type, to follow Linux coding style. This patch fixes the following checkpatch issue: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Varsha Rao --- drivers/char/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/mis