diff options
author | Mike Marshall <hubcap@omnibond.com> | 2018-05-11 17:11:48 -0400 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2018-06-01 14:51:30 -0400 |
commit | 95f5f88f8900c09eb534c8cb42d75ff3cf7ea96c (patch) | |
tree | 3cf3541a5e8ff0f84d4ed67639e75f562fe45104 /fs/orangefs/file.c | |
parent | f6a4b4c9d07dda90c7c29dae96d6119ac6425dca (diff) | |
download | lwn-95f5f88f8900c09eb534c8cb42d75ff3cf7ea96c.tar.gz lwn-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. |