aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-02-10 12:36:02 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-10 12:36:02 +1100
commited24cf67c2e47546c3e57e630977bc51b7a38abd (patch)
tree497764467c0bf9d30315b25a50d1f12138013992 /include
parent9cd3c88d91863e615040bf36847f2a856aa46dc9 (diff)
downloadskiboot-ed24cf67c2e47546c3e57e630977bc51b7a38abd.zip
skiboot-ed24cf67c2e47546c3e57e630977bc51b7a38abd.tar.gz
skiboot-ed24cf67c2e47546c3e57e630977bc51b7a38abd.tar.bz2
Fix whitespace in oppanel_line in opal.h
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/opal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opal.h b/include/opal.h
index bf6326a..e9d3425 100644
--- a/include/opal.h
+++ b/include/opal.h
@@ -777,7 +777,7 @@ enum {
};
typedef struct oppanel_line {
- const char * line;
+ const char *line;
__be64 line_len;
} oppanel_line_t;