提交 5a69d921 编写于 作者: J Johannes Stadlinger 提交者: Greg Kroah-Hartman

wlan-ng/prism2mib:checkpatch: Fix string split

This patch fixes a warning of checkpatch about string splitting.
Signed-off-by: NJohannes Stadlinger <Johannes.Stadlinger@fau.de>
Signed-off-by: NMaximilian Eschenbacher <maximilian@eschenbacher.email>
CC: linux-kernel@i4.cs.fau.de
Reviewed-by: NJosh Triplett <josh@joshtriplett.org>
CC: Vitaly Osipov <vitaly.osipov@gmail.com>
CC: Himangi Saraogi <himangi774@gmail.com>
CC: devel@driverdev.osuosl.org
CC: linux-kernel@vger.kernel.org
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5d9c8d51
...@@ -672,8 +672,8 @@ static int prism2mib_fragmentationthreshold(struct mibrec *mib, ...@@ -672,8 +672,8 @@ static int prism2mib_fragmentationthreshold(struct mibrec *mib,
if (!isget) if (!isget)
if ((*uint32) % 2) { if ((*uint32) % 2) {
netdev_warn(wlandev->netdev, "Attempt to set odd number " netdev_warn(wlandev->netdev,
"FragmentationThreshold\n"); "Attempt to set odd number FragmentationThreshold\n");
msg->resultcode.data = msg->resultcode.data =
P80211ENUM_resultcode_not_supported; P80211ENUM_resultcode_not_supported;
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册