From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751367AbbJCFSE (ORCPT ); Sat, 3 Oct 2015 01:18:04 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:33997 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733AbbJCFSB (ORCPT ); Sat, 3 Oct 2015 01:18:01 -0400 From: Anjali Menon To: gregkh@linuxfoundation.org Cc: alan@linux.intel.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Anjali Menon Subject: [PATCH] staging: i20: Added a blank line after declaration Date: Sat, 3 Oct 2015 10:47:47 +0530 Message-Id: <1443849467-5841-1-git-send-email-cse.anjalimenon@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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