summaryrefslogtreecommitdiffstats
path: root/drivers/staging/i2o
diff options
context:
space:
mode:
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>2015-02-26 01:26:36 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-26 12:23:59 -0800
commit96748c9635d736cceb1ba0ad4fd66857f1d5aef5 (patch)
treef376743f8bdc6d1f99059a0826ba4857a1772c99 /drivers/staging/i2o
parentcbd8e0863a0ab335b9cce2aa9e7471e3895764f4 (diff)
downloadop-kernel-dev-96748c9635d736cceb1ba0ad4fd66857f1d5aef5.zip
op-kernel-dev-96748c9635d736cceb1ba0ad4fd66857f1d5aef5.tar.gz
Staging: i2o: Add blank line
This patch fixes the checkpatch.pl warning: WARNING: "Missing a blank line after declarations" Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/i2o')
-rw-r--r--drivers/staging/i2o/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/i2o/debug.c b/drivers/staging/i2o/debug.c
index 73123ca..12b783b2 100644
--- a/drivers/staging/i2o/debug.c
+++ b/drivers/staging/i2o/debug.c
@@ -54,6 +54,7 @@ void i2o_dump_message(struct i2o_message *m)
#ifdef DEBUG
u32 *msg = (u32 *) m;
int i;
+
printk(KERN_INFO "Dumping I2O message size %d @ %p\n",
msg[0] >> 16 & 0xffff, msg);
for (i = 0; i < ((msg[0] >> 16) & 0xffff); i++)
OpenPOWER on IntegriCloud