[PATCH 1/2 v2] Staging: comedi: fix lines that are over 80 characters

2014-02-28 Thread Chase Southwood
This patch introduces a simple helper function, outl_1564_timer(), to allow several lines which violate the character limit to be shortened. A handful of other lines that are too long are appropriately split as well. Cc: Dan Carpenter dan.carpen...@oracle.com Signed-off-by: Chase Southwood

Re: [PATCH 1/2 v2] Staging: comedi: fix lines that are over 80 characters

2014-02-28 Thread Dan Carpenter
On Fri, Feb 28, 2014 at 03:15:45AM -0600, Chase Southwood wrote: This patch introduces a simple helper function, outl_1564_timer(), to allow several lines which violate the character limit to be shortened. A handful of other lines that are too long are appropriately split as well. Cc: Dan

Re: [PATCH 1/2 v2] Staging: comedi: fix lines that are over 80 characters

2014-02-28 Thread Chase Southwood
On Friday, February 28, 2014 3:42 AM, Dan Carpenter dan.carpen...@oracle.com wrote: On Fri, Feb 28, 2014 at 03:15:45AM -0600, Chase Southwood wrote: This patch introduces a simple helper function, outl_1564_timer(), to allow several lines which violate the character limit to be shortened. A

Re: [PATCH 1/2 v2] Staging: comedi: fix lines that are over 80 characters

2014-02-28 Thread Greg KH
On Fri, Feb 28, 2014 at 03:15:45AM -0600, Chase Southwood wrote: This patch introduces a simple helper function, outl_1564_timer(), to allow several lines which violate the character limit to be shortened. A handful of other lines that are too long are appropriately split as well. Cc: Dan

Re: [PATCH 1/2 v2] Staging: comedi: fix lines that are over 80 characters

2014-02-28 Thread Chase Southwood
On Friday, February 28, 2014 4:31 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Feb 28, 2014 at 03:15:45AM -0600, Chase Southwood wrote: This patch introduces a simple helper function, outl_1564_timer(), to allow several lines which violate the character limit to be shortened. A