From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756243AbaFTUgc (ORCPT ); Fri, 20 Jun 2014 16:36:32 -0400 Received: from mail-qg0-f53.google.com ([209.85.192.53]:56816 "EHLO mail-qg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756521AbaFTUga (ORCPT ); Fri, 20 Jun 2014 16:36:30 -0400 Message-ID: <53A49B4A.4090901@gmail.com> Date: Fri, 20 Jun 2014 16:36:26 -0400 From: Ramesh Basukala User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org Subject: [PATCH 01/01] Drivers: Fixes coding style warning Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ramesh Basukala Attached is a patch which fixes coding style warning message while running checkpatch script. This patch is currently against a linux 3.15.0-rc15-next kernel. I am submitting this patch as a part of Eudyptula Challenge task. Signed-off-by: Ramesh Basukala --- xlr_net.c.original 2014-06-20 15:32:10.069732488 -0400 +++ xlr_net.c 2014-06-20 15:35:06.841105038 -0400 @@ -1105,6 +1105,7 @@ err_gmac: static int xlr_net_remove(struct platform_device *pdev) { struct xlr_net_priv *priv = platform_get_drvdata(pdev); + unregister_netdev(priv->ndev); mdiobus_unregister(priv->mii_bus); mdiobus_free(priv->mii_bus);