staging: rtl8712: rtl8712_efuse.h: alignment should match open parenthesis
Align code to the open parenthesis to fix the alignment issue. Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4fb5eb2da9
commit
447da755b8
|
@ -39,5 +39,5 @@ u8 r8712_efuse_access(struct _adapter *padapter, u8 bRead,
|
|||
u8 r8712_efuse_map_read(struct _adapter *padapter, u16 addr,
|
||||
u16 cnts, u8 *data);
|
||||
u8 r8712_efuse_map_write(struct _adapter *padapter, u16 addr,
|
||||
u16 cnts, u8 *data);
|
||||
u16 cnts, u8 *data);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue