diff options
author | Mike Marshall <hubcap@omnibond.com> | 2015-10-05 13:44:24 -0400 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2015-10-05 13:44:24 -0400 |
commit | 548049495cb46348866aec1cb7721e9d00b4eb83 (patch) | |
tree | 6639252c4bf27d47dc3e10e3390b1c7bff4bd784 /fs/orangefs/pvfs2-mod.c | |
parent | 894ac432b48bb64fabae31fd2f373b2b8659350f (diff) | |
download | lwn-548049495cb46348866aec1cb7721e9d00b4eb83.tar.gz lwn-548049495cb46348866aec1cb7721e9d00b4eb83.zip |
Orangefs: fix some checkpatch.pl complaints that had creeped in.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/pvfs2-mod.c')
-rw-r--r-- | fs/orangefs/pvfs2-mod.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/orangefs/pvfs2-mod.c b/fs/orangefs/pvfs2-mod.c index d80537dadcd8..d848c90413d1 100644 --- a/fs/orangefs/pvfs2-mod.c +++ b/fs/orangefs/pvfs2-mod.c @@ -73,11 +73,11 @@ module_param(slot_timeout_secs, int, 0); struct mutex devreq_mutex; /* - blocks non-priority requests from being queued for servicing. this - could be used for protecting the request list data structure, but - for now it's only being used to stall the op addition to the request - list -*/ + * Blocks non-priority requests from being queued for servicing. This + * could be used for protecting the request list data structure, but + * for now it's only being used to stall the op addition to the request + * list + */ struct mutex request_mutex; /* hash table for storing operations waiting for matching downcall */ |