summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/downcall.h
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2015-10-05 13:44:24 -0400
committerMike Marshall <hubcap@omnibond.com>2015-10-05 13:44:24 -0400
commit548049495cb46348866aec1cb7721e9d00b4eb83 (patch)
tree6639252c4bf27d47dc3e10e3390b1c7bff4bd784 /fs/orangefs/downcall.h
parent894ac432b48bb64fabae31fd2f373b2b8659350f (diff)
downloadlinux-548049495cb46348866aec1cb7721e9d00b4eb83.tar.bz2
Orangefs: fix some checkpatch.pl complaints that had creeped in.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/downcall.h')
-rw-r--r--fs/orangefs/downcall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/downcall.h b/fs/orangefs/downcall.h
index a79129f875f3..f8bea46e7c6a 100644
--- a/fs/orangefs/downcall.h
+++ b/fs/orangefs/downcall.h
@@ -107,7 +107,7 @@ struct pvfs2_downcall_s {
__s32 status;
/* currently trailer is used only by readdir */
__s64 trailer_size;
- char * trailer_buf;
+ char *trailer_buf;
union {
struct pvfs2_io_response io;