]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] drivers: hackrf: fixed a coding style issue
authorJannik Becher <becher.jannik@gmail.com>
Sun, 21 Aug 2016 18:44:20 +0000 (15:44 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 25 Aug 2016 12:45:27 +0000 (09:45 -0300)
changed 'unsigned' to 'unsigned int' to obtain the coding style.

Signed-off-by: Jannik Becher <Becher.Jannik@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/hackrf/hackrf.c

index c2c8d12e949868fac7d4478370a58392526caf7c..662d5090a12e1f1f213d851c5fd3bb90fa8d9f83 100644 (file)
@@ -129,7 +129,7 @@ struct hackrf_dev {
        struct list_head rx_buffer_list;
        struct list_head tx_buffer_list;
        spinlock_t buffer_list_lock; /* Protects buffer_list */
-       unsigned sequence;           /* Buffer sequence counter */
+       unsigned int sequence;       /* Buffer sequence counter */
        unsigned int vb_full;        /* vb is full and packets dropped */
        unsigned int vb_empty;       /* vb is empty and packets dropped */