diff options
author | Mike Marshall <hubcap@omnibond.com> | 2015-10-05 20:44:24 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2015-10-05 20:44:24 +0300 |
commit | 548049495cb46348866aec1cb7721e9d00b4eb83 (patch) | |
tree | 6639252c4bf27d47dc3e10e3390b1c7bff4bd784 /fs/orangefs/dir.c | |
parent | 894ac432b48bb64fabae31fd2f373b2b8659350f (diff) | |
download | linux-548049495cb46348866aec1cb7721e9d00b4eb83.tar.xz |
Orangefs: fix some checkpatch.pl complaints that had creeped in.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/dir.c')
-rw-r--r-- | fs/orangefs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/dir.c b/fs/orangefs/dir.c index 3870e78f5ecf..daf497384501 100644 --- a/fs/orangefs/dir.c +++ b/fs/orangefs/dir.c @@ -289,7 +289,7 @@ get_new_buffer_index: } - /* + /* * we ran all the way through the last batch, set up for * getting another batch... */ |