Staging: bcm: Bcmnet: fixed checkpatch script reported issues

Fixed all issues reported by checkpatch script on this file.

Signed-off-by: Vinay Sawal <vinaysawal@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Vinay Sawal 2011-03-09 13:47:35 -08:00 committed by Greg Kroah-Hartman
parent 8b68bb2081
commit 00b6fb2e31
1 changed files with 16 additions and 15 deletions

View File

@ -138,7 +138,8 @@ static int bcm_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
return 0; return 0;
} }
static void bcm_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) static void bcm_get_drvinfo(struct net_device *dev,
struct ethtool_drvinfo *info)
{ {
PMINI_ADAPTER Adapter = GET_BCM_ADAPTER(dev); PMINI_ADAPTER Adapter = GET_BCM_ADAPTER(dev);
PS_INTERFACE_ADAPTER psIntfAdapter = Adapter->pvInterfaceAdapter; PS_INTERFACE_ADAPTER psIntfAdapter = Adapter->pvInterfaceAdapter;