commit | 009ca3897ea8313b4ed4da964a2f31ecf5a0624d | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Nov 15 03:04:51 2010 +0000 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Tue Jan 11 09:58:07 2011 -0600 |
tree | f1ba16466fb93035aa4ed88a97416f0c63a5e89d | |
parent | 5b2eef966cb2ae307aa4ef1767f7307774bc96ca [diff] [blame] |
fs/9p: Remove unnecessary semicolons Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
diff --git a/fs/9p/acl.c b/fs/9p/acl.c index 6e58c4c..c9da264 100644 --- a/fs/9p/acl.c +++ b/fs/9p/acl.c
@@ -28,7 +28,7 @@ { ssize_t size; void *value = NULL; - struct posix_acl *acl = NULL;; + struct posix_acl *acl = NULL; size = v9fs_fid_xattr_get(fid, name, NULL, 0); if (size > 0) {