From: Tapasweni Pathak Date: Sun, 21 Sep 2014 01:33:31 +0000 (+0530) Subject: Staging: rtl8712: Add space after return type X-Git-Tag: firefly_0821_release~176^2~3121^2~286 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a988265c61a8e0f4420148c8b62f334b31f49c69;p=firefly-linux-kernel-4.4.55.git 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: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8712/rtl871x_ioctl.h b/drivers/staging/rtl8712/rtl871x_ioctl.h index 20168028d39d..8e6ef5d49fbf 100644 --- a/drivers/staging/rtl8712/rtl871x_ioctl.h +++ b/drivers/staging/rtl8712/rtl871x_ioctl.h @@ -69,7 +69,7 @@ struct oid_par_priv { struct oid_obj_priv { unsigned char dbg; /* 0: without 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);