diff options
author | Mike Marshall <hubcap@omnibond.com> | 2018-05-11 23:11:48 +0200 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2018-06-01 20:51:30 +0200 |
commit | 95f5f88f8900c09eb534c8cb42d75ff3cf7ea96c (patch) | |
tree | 3cf3541a5e8ff0f84d4ed67639e75f562fe45104 /fs/orangefs/file.c | |
parent | orangefs: set i_size on new symlink (diff) | |
download | linux-95f5f88f8900c09eb534c8cb42d75ff3cf7ea96c.tar.xz linux-95f5f88f8900c09eb534c8cb42d75ff3cf7ea96c.zip |
orangefs: formatting cleanups
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/file.c')
-rw-r--r-- | fs/orangefs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/file.c b/fs/orangefs/file.c index 84f44365bfb3..db0b52187cbc 100644 --- a/fs/orangefs/file.c +++ b/fs/orangefs/file.c @@ -162,7 +162,7 @@ populate_shared_memory: else ret = 0; break; - /* + /* * If the op was in progress when the interrupt * occurred, then the client-core was able to * trigger the write. |