summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/downcall.h
diff options
context:
space:
mode:
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;