mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
Staging: rtlwifi: efuse: Fixed a line length code styling issue.
Fixed a code styling issue. Signed-off-by: Tom Todd <thomas.m.a.todd@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bc554d1e94
commit
3a8542bfd7
@ -245,7 +245,8 @@ void read_efuse(struct ieee80211_hw *hw, u16 _offset, u16 _size_byte, u8 *pbuf)
|
||||
if (!efuse_word)
|
||||
goto out;
|
||||
for (i = 0; i < EFUSE_MAX_WORD_UNIT; i++) {
|
||||
efuse_word[i] = kcalloc(efuse_max_section, sizeof(u16), GFP_ATOMIC);
|
||||
efuse_word[i] = kcalloc(efuse_max_section, sizeof(u16),
|
||||
GFP_ATOMIC);
|
||||
if (!efuse_word[i])
|
||||
goto done;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user