mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +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 (*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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user