mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 01:40:30 +00:00
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:
parent
4f7dcd615d
commit
a8f853247c
@ -56,7 +56,7 @@ struct phy_dev {
|
||||
int (*cb)(void *cb_data, void *data, int len,
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user