Re: [PATCH] Staging: Panel: panel: Fixed checkpatch line length warnings

2013-05-05 Thread Dan Carpenter
On Sat, May 04, 2013 at 11:21:17AM -0400, Jake Champlin wrote: > @@ -1802,10 +1803,11 @@ static inline void input_state_falling(struct > logical_input *input) > > if (input->u.kbd.repeat_str[0]) { > char *repeat_str = input->u.kbd.repeat_str; >

Re: [PATCH] Staging: Panel: panel: Fixed checkpatch line length warnings

2013-05-04 Thread Willy Tarreau
On Sat, May 04, 2013 at 11:21:17AM -0400, Jake Champlin wrote: > Fixed 4 cases of line length issues with checkpatch. Checkpatch is now clean > for panel.c. OK that's clean, thanks! > Signed-off-by: 'Jake Champlin ' Acked-by: Willy Tarreau Willy -- To unsubscribe from this list: send the line

[PATCH] Staging: Panel: panel: Fixed checkpatch line length warnings

2013-05-04 Thread Jake Champlin
Fixed 4 cases of line length issues with checkpatch. Checkpatch is now clean for panel.c. Signed-off-by: 'Jake Champlin ' --- drivers/staging/panel/panel.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/drivers/staging/panel/panel.c b/drivers/stagi