]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: ft1000-usb: fixed table alignment
authorPeter Karlsson <peter@zapto.se>
Sun, 21 Jun 2015 11:29:50 +0000 (13:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jul 2015 02:52:09 +0000 (19:52 -0700)
Fixed alignment to 8 bytes per line.

Signed-off-by: Peter Karlsson <peter@zapto.se>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_debug.c

index 409266b1a886f7cb6e8136d10f050743f3d168a6..90942e02a583117ca7799359511913303ce471b1 100644 (file)
@@ -415,12 +415,19 @@ static long ft1000_ioctl(struct file *file, unsigned int command,
        struct timeval tv;
        struct IOCTL_GET_VER get_ver_data;
        struct IOCTL_GET_DSP_STAT get_stat_data;
-       u8 ConnectionMsg[] = {0x00, 0x44, 0x10, 0x20, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x93, 0x64,
-                             0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x0a,
-                             0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-                             0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-                             0x00, 0x00, 0x02, 0x37, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x7f, 0x00,
-                             0x00, 0x01, 0x00, 0x00};
+       u8 ConnectionMsg[] = {
+               0x00, 0x44, 0x10, 0x20, 0x80, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x93, 0x64,
+               0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x0a,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x02, 0x37, 0x00, 0x00, 0x00, 0x08,
+               0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x7f, 0x00,
+               0x00, 0x01, 0x00, 0x00
+       };
 
        unsigned short ledStat = 0;
        unsigned short conStat = 0;