summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannik Becher <becher.jannik@gmail.com>2016-08-21 15:44:20 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-25 09:45:27 -0300
commita769de07edfd7881d17bf6c6fa014a0e176beb8b (patch)
tree2e59cf62076a865f19a1a06c99435108f799f5bc
parentfb6609280db902bd5d34445fba1c926e95e63914 (diff)
downloadop-kernel-dev-a769de07edfd7881d17bf6c6fa014a0e176beb8b.zip
op-kernel-dev-a769de07edfd7881d17bf6c6fa014a0e176beb8b.tar.gz
[media] drivers: hackrf: fixed a coding style issue
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>
-rw-r--r--drivers/media/usb/hackrf/hackrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/hackrf/hackrf.c b/drivers/media/usb/hackrf/hackrf.c
index c2c8d12..662d509 100644
--- a/drivers/media/usb/hackrf/hackrf.c
+++ b/drivers/media/usb/hackrf/hackrf.c
@@ -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 */
OpenPOWER on IntegriCloud