]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
staging: sm750fb: Add spaces around '+'
authorLaís Pessine do Carmo <laispc19@gmail.com>
Wed, 7 Nov 2018 00:28:04 +0000 (22:28 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 11:35:10 +0000 (12:35 +0100)
commit815510aaad0c39114af7781144b13a127df99b57
tree215fc609f1dd768c0d38eb26ae0c11f43dbb309d
parent37778531878570ebb465b3b14e055edaf6882f44
staging: sm750fb: Add spaces around '+'

Add spaces around '+' to correct the following checkpath.pl warnings:

WARNING: line over 80 characters
+                       write_dpPort(accel, *(unsigned int *)(pSrcbuf + (j * 4)));

WARNING: line over 80 characters
+                       memcpy(ajRemain, pSrcbuf+ul4BytesPerScan, ulBytesRemain);

Signed-off-by: Laís Pessine do Carmo <laispc19@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750_accel.c