smb3 - clean up debug output displaying network interfaces
authorSteve French <stfrench@microsoft.com>
Sat, 20 Oct 2018 02:21:37 +0000 (21:21 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 24 Oct 2018 02:16:06 +0000 (21:16 -0500)
commit35a908072311b8efce8467161ea870cd410a1d68
tree52aa2cc4bf983dd521f46ad6d0e8024878234b2f
parentfae8044c03c3c03e06b384a6122b78a6c3a0b6a7
smb3 - clean up debug output displaying network interfaces

Make the output of /proc/fs/cifs/DebugData a little easier to
read by cleaning up the listing of network interfaces removing
a wasted line break.

Here is a comparison of the network interface information
that from be viewed at the end of output from

     "cat /proc/fs/cifs/DebugData"

Before:

Server interfaces: 8
0)
Speed: 10000000000 bps
Capabilities: rss
IPv6: fe80:0000:0000:0000:2cf5:407e:84b0:21dd
1)
Speed: 1000000000 bps
Capabilities:
IPv6: fe80:0000:0000:0000:61cd:6147:3d0c:f484

vs. after:

Server interfaces: 11
0) Speed: 10000000000 bps
Capabilities: rss
IPv6: fe80:0000:0000:0000:2cf5:407e:84b0:21dd
1) Speed: 2000000000 bps
Capabilities:
IPv6: fe80:0000:0000:0000:3d76:2d05:dcf8:ed10

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_debug.c