[adm5120] cleanup files using checkpatch.pl
[openwrt.git] / target / linux / adm5120 / files / drivers / mtd / trxsplit.c
index 49eb0f9..7ae0a45 100644 (file)
@@ -1,8 +1,5 @@
 /*
- *  $Id$
- *
- *  Copyright (C) 2007 OpenWrt.org
- *  Copyright (C) Gabor Juhos <juhosg at openwrt.org>
+ *  Copyright (C) Gabor Juhos <juhosg@openwrt.org>
  *
  *  This program is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License version 2 as published
@@ -31,7 +28,7 @@
 #define TRX_NO_HEADER  0x1     /* do not write TRX header */
 #define TRX_GZ_FILES   0x2     /* contains individual gzip files */
 #define TRX_MAX_OFFSET 3
-#define TRX_MIN_KERNEL_SIZE    256*1024
+#define TRX_MIN_KERNEL_SIZE    (256 * 1024)
 
 struct trx_header {
        u32 magic;      /* "HDR0" */
This page took 0.024151 seconds and 4 git commands to generate.