diff options
author | наб <[email protected]> | 2021-06-05 15:07:38 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-07-26 12:07:39 -0700 |
commit | 2c69ba6444ad5c1eb54342964149c3095504c401 (patch) | |
tree | f7e37056ce51f8c142c28b1fe82f103d31977ebb /cmd/mount_zfs | |
parent | 90f1c3c9467881ed76fd3a41719bf297e6de708b (diff) |
Normalise /*FALLTHR{OUGH,U}*/
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Issue #12201
Diffstat (limited to 'cmd/mount_zfs')
-rw-r--r-- | cmd/mount_zfs/mount_zfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mount_zfs/mount_zfs.c b/cmd/mount_zfs/mount_zfs.c index b9be69d1f..f59571ace 100644 --- a/cmd/mount_zfs/mount_zfs.c +++ b/cmd/mount_zfs/mount_zfs.c @@ -368,8 +368,8 @@ main(int argc, char **argv) "mount the filesystem again.\n"), dataset); return (MOUNT_SYSERR); } - /* fallthru */ #endif + /* FALLTHROUGH */ default: (void) fprintf(stderr, gettext("filesystem " "'%s' can not be mounted: %s\n"), dataset, |