Remove whitespace before a quoted newline.
Remove space between function name and it's parameter list.

Signed-off-by: Thomas Wood <tommyandr...@gmail.com>
---
 drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c 
b/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c
index 1395c2b..5e371b7 100644
--- a/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c
+++ b/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c
@@ -556,7 +556,7 @@ static long ft1000_ioctl(struct file *file, unsigned int 
command,
 
                        if (info->CardReady) {
 
-                               /* DEBUG("FT1000:ft1000_ioctl: try to SET_DPRAM 
\n"); */
+                               /* DEBUG("FT1000:ft1000_ioctl: try to 
SET_DPRAM\n"); */
 
                                /* Get the length field to see how many bytes 
to copy */
                                result = get_user(msgsz, (__u16 __user *)argp);
@@ -712,7 +712,7 @@ static long ft1000_ioctl(struct file *file, unsigned int 
command,
                                        break;
                                msglen = htons(msglen);
                                /* DEBUG("FT1000:ft1000_ioctl:msg length = 
%x\n", msglen); */
-                               if (copy_to_user (&pioctl_dpram->pseudohdr, 
pdpram_blk->pbuffer, msglen)) {
+                               if (copy_to_user(&pioctl_dpram->pseudohdr, 
pdpram_blk->pbuffer, msglen)) {
                                        DEBUG("FT1000:ft1000_ioctl: copy fault 
occurred\n");
                                        result = -EFAULT;
                                        break;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to