Commit a8f85324 authored by Uma Sharma's avatar Uma Sharma Committed by Peter P Waskiewicz Jr

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: default avatarUma Sharma <uma.sharma523@gmail.com>
Signed-off-by: default avatarPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
parent 4f7dcd61
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment