[PATCH] Coding style fix - quoted string split across lines

2017-07-13 Thread PY
From: Pavlenko Yurii --- drivers/staging/fbtft/fbtft_device.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/fbtft/fbtft_device.c b/drivers/staging/fbtft/fbtft_device.c index 0d97473..c2d5dbb 100644 --- a/drivers/staging/fbtft/fbtft_device.c

Coding style fix - quoted string split across lines for fbtft_device.c

2017-07-13 Thread PY
Hello, I found some coding style warnings for fbtft_device.c I fixed it in the patch. Best regards, Yurii Pavlenko ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] Staging: lustre: file.c: fix coding style

2015-03-18 Thread py
Several warnings and errors of coding style rules corrected. Compile tested. Signed-off-by: Pierre-Yves Péneau --- drivers/staging/lustre/lustre/llite/file.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/lustre/lustre/llite/file.c b/drivers/stagin