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-debug.h | |
parent | 894ac432b48bb64fabae31fd2f373b2b8659350f (diff) | |
download | linux-548049495cb46348866aec1cb7721e9d00b4eb83.tar.gz 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/pvfs2-debug.h')
-rw-r--r-- | fs/orangefs/pvfs2-debug.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/orangefs/pvfs2-debug.h b/fs/orangefs/pvfs2-debug.h index 4c27ad77fa16..fd71d6c84cf6 100644 --- a/fs/orangefs/pvfs2-debug.h +++ b/fs/orangefs/pvfs2-debug.h @@ -180,8 +180,10 @@ static struct __keyword_mask_s s_keyword_mask_map[] = { {"readdir", GOSSIP_READDIR_DEBUG}, /* Debug the mkdir operation (server only) */ {"mkdir", GOSSIP_MKDIR_DEBUG}, - /* Debug the io operation (reads and writes) - * for both the client and server */ + /* + * Debug the io operation (reads and writes) + * for both the client and server. + */ {"io", GOSSIP_IO_DEBUG}, /* Debug the server's open file descriptor cache */ {"open_cache", GOSSIP_DBPF_OPEN_CACHE_DEBUG}, |