Commit 8fe5db97 authored by Xu Wang's avatar Xu Wang Committed by Trond Myklebust
Browse files

rpc_pipefs: convert comma to semicolon



Replace a comma between expression statements by a semicolon.

Signed-off-by: default avatarXu Wang <vulab@iscas.ac.cn>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent b4487b93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ bl_resolve_deviceid(struct nfs_server *server, struct pnfs_block_volume *b,
		goto out_free_data;

	bl_msg = msg->data;
	bl_msg->type = BL_DEVICE_MOUNT,
	bl_msg->type = BL_DEVICE_MOUNT;
	bl_msg->totallen = b->simple.len;
	nfs4_encode_simple(msg->data + sizeof(*bl_msg), b);