Re: [PATCH] staging: pi433: cleanup to adhere with linux coding style

2019-05-30 Thread shobhit kukreti
Thank you for the feedback. I dropped the patch.  Best, Shobhit Kukreti On Thursday, May 23, 2019, 12:30:20 AM PDT, Greg Kroah-Hartman wrote: On Wed, May 22, 2019 at 06:06:22PM -0700, Shobhit Kukreti wrote: > The linux coding style emphasizes on a limit of 80 characters > per line. Cleaned

Re: [PATCH] staging: pi433: cleanup to adhere with linux coding style

2019-05-23 Thread Greg Kroah-Hartman
On Wed, May 22, 2019 at 06:06:22PM -0700, Shobhit Kukreti wrote: > The linux coding style emphasizes on a limit of 80 characters > per line. Cleaned up several over 80 character warnings in following files: > > pi433_if.c > pi433_if.h > rf69.c > > Signed-off-by: Shobhit Kukreti > --- > drivers/

[PATCH] staging: pi433: cleanup to adhere with linux coding style

2019-05-22 Thread Shobhit Kukreti
The linux coding style emphasizes on a limit of 80 characters per line. Cleaned up several over 80 character warnings in following files: pi433_if.c pi433_if.h rf69.c Signed-off-by: Shobhit Kukreti --- drivers/staging/pi433/pi433_if.c | 15 --- drivers/staging/pi433/pi433_if.h | 25 +++-