提交 a988265c 编写于 作者: T Tapasweni Pathak 提交者: Greg Kroah-Hartman

Staging: rtl8712: Add space after return type

This patch fixes checkpatch.pl warning in file rtl871x_ioctl.h
WARNING : Missing space after return type
Signed-off-by: NTapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c0824200
...@@ -69,7 +69,7 @@ struct oid_par_priv { ...@@ -69,7 +69,7 @@ struct oid_par_priv {
struct oid_obj_priv { struct oid_obj_priv {
unsigned char dbg; /* 0: without OID debug message unsigned char dbg; /* 0: without OID debug message
* 1: with OID debug message */ * 1: with OID debug message */
uint(*oidfuns)(struct oid_par_priv *poid_par_priv); uint (*oidfuns)(struct oid_par_priv *poid_par_priv);
}; };
uint oid_null_function(struct oid_par_priv *poid_par_priv); uint oid_null_function(struct oid_par_priv *poid_par_priv);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册