aboutsummaryrefslogtreecommitdiff
path: root/MAKEDEV
diff options
context:
space:
mode:
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>2015-07-01 11:44:14 +0800
committerBrian Norris <computersforpeace@gmail.com>2015-07-06 14:52:35 -0700
commitddd8d3b39fc9b84a3bdb94d9ac62d2b20581dca4 (patch)
tree5ae694e5678bc8450ff923c984f3afe0314d1280 /MAKEDEV
parente76eeca21de23ae884e415a12809ac683960cbca (diff)
mtd-utils: fix the trailing whitespace problems
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'MAKEDEV')
-rwxr-xr-xMAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAKEDEV b/MAKEDEV
index b31e61f..a4141b5 100755
--- a/MAKEDEV
+++ b/MAKEDEV
@@ -38,5 +38,5 @@ for a in `seq 0 16` ; do
mknod /dev/mtd$a c 90 `expr $a + $a`
mknod /dev/mtdr$a c 90 `expr $a + $a + 1`
mknod /dev/mtdblock$a b 31 $a
-done
+done