Commit d8af9bc16c9e9506c10581111f897be04486218f

Authored by Chuck Lever
Committed by Trond Myklebust
1 parent ffe5a83005

SUNRPC: Clean up dprintk messages in rpc_pipe.c

Clean up: The blank space in front of the message must be spaces.
Tabs show up on the console as a graphical character.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff

net/sunrpc/rpc_pipe.c
... ... @@ -1119,8 +1119,8 @@
1119 1119 return -ENOMEM;
1120 1120 if (rpc_populate(root, files, RPCAUTH_lockd, RPCAUTH_RootEOF, NULL))
1121 1121 return -ENOMEM;
1122   - dprintk("RPC: sending pipefs MOUNT notification for net %p%s\n", net,
1123   - NET_NAME(net));
  1122 + dprintk("RPC: sending pipefs MOUNT notification for net %p%s\n",
  1123 + net, NET_NAME(net));
1124 1124 sn->pipefs_sb = sb;
1125 1125 err = blocking_notifier_call_chain(&rpc_pipefs_notifier_list,
1126 1126 RPC_PIPEFS_MOUNT,
... ... @@ -1155,8 +1155,8 @@
1155 1155 sn->pipefs_sb = NULL;
1156 1156 mutex_unlock(&sn->pipefs_sb_lock);
1157 1157 put_net(net);
1158   - dprintk("RPC: sending pipefs UMOUNT notification for net %p%s\n", net,
1159   - NET_NAME(net));
  1158 + dprintk("RPC: sending pipefs UMOUNT notification for net %p%s\n",
  1159 + net, NET_NAME(net));
1160 1160 blocking_notifier_call_chain(&rpc_pipefs_notifier_list,
1161 1161 RPC_PIPEFS_UMOUNT,
1162 1162 sb);