summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device.h
diff options
context:
space:
mode:
authorGuillaume Clement <gclement@baobob.org>2014-07-25 01:06:16 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-27 11:21:27 -0700
commit6b7112719fd48c29f35333ef152a5a450f01dc83 (patch)
treef6531ecd765880458894ddbb1deb1b006e2eccfc /drivers/staging/vt6655/device.h
parentfe802546ce748b5af933157e181f1d653ac5ec9c (diff)
downloadop-kernel-dev-6b7112719fd48c29f35333ef152a5a450f01dc83.zip
op-kernel-dev-6b7112719fd48c29f35333ef152a5a450f01dc83.tar.gz
staging: vt6655: Add missing blank lines after declarations
This patch fixes the missing blank lines after declarations in vt6655 reported by checkpatch. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/device.h')
-rw-r--r--drivers/staging/vt6655/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h
index 647e36fe..f33ecf0 100644
--- a/drivers/staging/vt6655/device.h
+++ b/drivers/staging/vt6655/device.h
@@ -786,6 +786,7 @@ inline static void EnQueue(PSDevice pDevice, PSRxMgmtPacket pRxMgmtPacket)
inline static PSRxMgmtPacket DeQueue(PSDevice pDevice)
{
PSRxMgmtPacket pRxMgmtPacket;
+
if (pDevice->rxManeQueue.tail == pDevice->rxManeQueue.head) {
printk("Queue is Empty\n");
return NULL;
OpenPOWER on IntegriCloud