aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtd
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-03-28 03:12:25 -0400
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-04-14 04:34:41 -0400
commitfeddbb34ebd75e9b6bf573b852079e327a88c07a (patch)
tree99b11dc996e6ce633c332a165a073e76cb05601c /include/mtd
parent3627924acf70a9a26587712e4888ee7144489678 (diff)
UBI: fix minor stylistic issues
Fix checkpatch.pl errors and warnings: * space before tab * line over 80 characters * include linux/ioctl.h instead of asm/ioctl.h Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'include/mtd')
-rw-r--r--include/mtd/ubi-user.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mtd/ubi-user.h b/include/mtd/ubi-user.h
index a3903423c00..3c4109777af 100644
--- a/include/mtd/ubi-user.h
+++ b/include/mtd/ubi-user.h
@@ -406,9 +406,9 @@ struct ubi_map_req {
406 * @value: value to set 406 * @value: value to set
407 */ 407 */
408struct ubi_set_vol_prop_req { 408struct ubi_set_vol_prop_req {
409 __u8 property; 409 __u8 property;
410 __u8 padding[7]; 410 __u8 padding[7];
411 __u64 value; 411 __u64 value;
412} __packed; 412} __packed;
413 413
414#endif /* __UBI_USER_H__ */ 414#endif /* __UBI_USER_H__ */