Skip to content

Commit

Permalink
nfs: comment fix
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Peter Meerwald authored and Jiri Kosina committed Sep 1, 2012
1 parent 8421ed8 commit 1856b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ static int nfs_parse_mount_options(char *raw,

/*
* verify that any proto=/mountproto= options match the address
* familiies in the addr=/mountaddr= options.
* families in the addr=/mountaddr= options.
*/
if (protofamily != AF_UNSPEC &&
protofamily != mnt->nfs_server.address.ss_family)
Expand Down

0 comments on commit 1856b22

Please sign in to comment.