diff options
author | Mike Marshall <hubcap@omnibond.com> | 2018-05-12 00:11:48 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2018-06-01 21:51:30 +0300 |
commit | 95f5f88f8900c09eb534c8cb42d75ff3cf7ea96c (patch) | |
tree | 3cf3541a5e8ff0f84d4ed67639e75f562fe45104 /fs/orangefs/orangefs-bufmap.c | |
parent | f6a4b4c9d07dda90c7c29dae96d6119ac6425dca (diff) | |
download | linux-95f5f88f8900c09eb534c8cb42d75ff3cf7ea96c.tar.xz |
orangefs: formatting cleanups
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-bufmap.c')
-rw-r--r-- | fs/orangefs/orangefs-bufmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/orangefs-bufmap.c b/fs/orangefs/orangefs-bufmap.c index 4f927023d095..e3302f8d6429 100644 --- a/fs/orangefs/orangefs-bufmap.c +++ b/fs/orangefs/orangefs-bufmap.c @@ -184,7 +184,7 @@ orangefs_bufmap_free(struct orangefs_bufmap *bufmap) } /* - * XXX: Can the size and shift change while the caller gives up the + * XXX: Can the size and shift change while the caller gives up the * XXX: lock between calling this and doing something useful? */ @@ -496,7 +496,7 @@ void orangefs_readdir_index_put(int buffer_index) } /* - * we've been handed an iovec, we need to copy it to + * we've been handed an iovec, we need to copy it to * the shared memory descriptor at "buffer_index". */ int orangefs_bufmap_copy_from_iovec(struct iov_iter *iter, |