mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
staging: rtl8723bs: reformat rtw_efuse_read_1_byte() signature
Reformat the multi-line function signature to a single line to fix the following checkpatch.pl warning: WARNING: function definition argument 'struct adapter *Adapter' should also have an identifier name Signed-off-by: Moksh Panicker <mokshpanicker.7@gmail.com> Link: https://patch.msgid.link/20260717160328.8739-1-mokshpanicker.7@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
10a7754b69
commit
c422bfd4fb
|
|
@ -41,10 +41,7 @@ rtw_efuse_calculate_word_counts(u8 word_en)
|
|||
* 09/23/2008 MHC Copy from WMAC.
|
||||
*
|
||||
*/
|
||||
u8
|
||||
rtw_efuse_read_1_byte(
|
||||
struct adapter *Adapter,
|
||||
u16 Address)
|
||||
u8 rtw_efuse_read_1_byte(struct adapter *Adapter, u16 Address)
|
||||
{
|
||||
u8 Bytetemp = {0x00};
|
||||
u8 temp = {0x00};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user