lkml.org 
[lkml]   [2015]   [Oct]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] staging: i20: Added a blank line after declaration
Date
Added a blank line after declaration to fix the coding style
warning detected by checkpatch.pl

WARNING: Missing a blank line after declarations

Signed-off-by: Anjali Menon <cse.anjalimenon@gmail.com>
---
drivers/staging/i2o/pci.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/i2o/pci.c b/drivers/staging/i2o/pci.c
index 49804c9..18b6c11 100644
--- a/drivers/staging/i2o/pci.c
+++ b/drivers/staging/i2o/pci.c
@@ -458,6 +458,7 @@ static int i2o_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
static void i2o_pci_remove(struct pci_dev *pdev)
{
struct i2o_controller *c;
+
c = pci_get_drvdata(pdev);

i2o_iop_remove(c);
--
1.9.1


\
 
 \ /
  Last update: 2015-10-03 07:41    [W:0.036 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site