[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20180901122805.32147-1-thomas.m.a.todd@gmail.com>
Date: Sat, 1 Sep 2018 13:28:06 +0100
From: Tom Todd <thomas.m.a.todd@...il.com>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, Tom Todd <thomas.m.a.todd@...il.com>
Subject: [PATCH v2] Staging: rtlwifi: efuse: Fixed a line length code styling issue.
Fixed a code styling issue.
Signed-off-by: Tom Todd <thomas.m.a.todd@...il.com>
---
drivers/staging/rtlwifi/efuse.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/rtlwifi/efuse.c b/drivers/staging/rtlwifi/efuse.c
index 1dc71455f270..abb0f720cf21 100644
--- a/drivers/staging/rtlwifi/efuse.c
+++ b/drivers/staging/rtlwifi/efuse.c
@@ -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;
}
--
2.18.0
Powered by blists - more mailing lists