Re: [PATCH 2/4] Input: zforce - fix lines exceeding 80 columns

2014-01-27 Thread Luis Ortega
Yeah, I also ran checkpatch on the file and it had nothing to report. Unfortunately those lines are slightly long and got word wrapped in my editor, disrupting the flow of text. I thought fixing them wouldn't hurt. On Mon, Jan 27, 2014 at 8:12 PM, Heiko Stübner wrote: > On Monday, 27. January 201

Re: [PATCH 2/4] Input: zforce - fix lines exceeding 80 columns

2014-01-27 Thread Heiko Stübner
On Monday, 27. January 2014 19:46:11 Luis Ortega wrote: > Fixed lines exceeding 80 characters long wherever possible, > as per the coding style. > > Signed-off-by: Luis Ortega checkpatch did not complain on the initial submission, so I guess it's more an issue of taste. Nevertheless I don't hav

[PATCH 2/4] Input: zforce - fix lines exceeding 80 columns

2014-01-27 Thread Luis Ortega
Fixed lines exceeding 80 characters long wherever possible, as per the coding style. Signed-off-by: Luis Ortega --- drivers/input/touchscreen/zforce_ts.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/drivers/input/touchscreen/zforce_ts.c b/drivers/inpu