Skip to content

Commit 8fe5db9

Browse files
ISCAS-VulabTrond Myklebust
authored andcommitted
rpc_pipefs: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Xu Wang <[email protected]> Signed-off-by: Trond Myklebust <[email protected]>
1 parent b4487b9 commit 8fe5db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/nfs/blocklayout/rpc_pipefs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ bl_resolve_deviceid(struct nfs_server *server, struct pnfs_block_volume *b,
7979
goto out_free_data;
8080

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

0 commit comments

Comments
 (0)