Fix a line length warning found by the checkpatch.pl tool in
ddk750_chip.c.
Signed-off-by: Moshe Green
---
drivers/staging/sm750fb/ddk750_chip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/sm750fb/ddk750_chip.c
b/drivers/staging/sm750fb/ddk750_chip.c
I was testing a patchset and I accidently sent it to a mailing list (I
only intended to send it to myself)
Apologies for the mixup.
On 30 August 2016 at 08:36, Greg KH wrote:
> On Mon, Aug 29, 2016 at 11:50:01PM +0300, Moshe Green wrote:
>> Fix a line length warning found by the chec