浏览代码

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>
Uma Sharma 11 年之前
父节点
当前提交
a8f853247c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/gdm724x/gdm_lte.h

+ 1 - 1
drivers/staging/gdm724x/gdm_lte.h

@@ -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 {