staging: removed space after return function in gdm_lte.h

This patch removes the following checkpatch.pl warning in gdm_lte.h
Warning : space after return function

Signed-off-by: Uma Sharma <uma.sharma523@gmail.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
This commit is contained in:
Uma Sharma 2014-03-15 19:08:51 +05:30 committed by Peter P Waskiewicz Jr
parent 4f7dcd615d
commit a8f853247c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ struct phy_dev {
int (*cb)(void *cb_data, void *data, int len, int (*cb)(void *cb_data, void *data, int len,
int context), int context),
void *cb_data, int context); void *cb_data, int context);
struct gdm_endian *(*get_endian)(void *priv_dev); struct gdm_endian * (*get_endian)(void *priv_dev);
}; };
struct nic { struct nic {