diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-06-23 22:29:58 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-06-23 22:29:58 +0200 |
commit | 5f307a98fadcded368bbe8f95c445d0cc152a93e (patch) | |
tree | 379dbdb0cabc64a59e1763daa2522141078aefd3 /extras/mtd_probe/mtd_probe.c | |
parent | 674c3412bb5c921e611ad1289e21e9e3b4df9bf7 (diff) |
mtd_probe: add needed include, modprobe blacklist flag, and change some whitespace
Diffstat (limited to 'extras/mtd_probe/mtd_probe.c')
-rw-r--r-- | extras/mtd_probe/mtd_probe.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/extras/mtd_probe/mtd_probe.c b/extras/mtd_probe/mtd_probe.c index d335b0628a..e45867ffa9 100644 --- a/extras/mtd_probe/mtd_probe.c +++ b/extras/mtd_probe/mtd_probe.c @@ -1,7 +1,4 @@ /* - * mtd_probe.c - * This file is part of mtd_probe - * * Copyright (C) 2010 - Maxim Levitsky * * mtd_probe is free software; you can redistribute it and/or modify @@ -16,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with mtd_probe; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, + * Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */ #include "mtd_probe.h" @@ -29,8 +26,8 @@ #include <unistd.h> #include <stdlib.h> -int main(int argc, char** argv) { - +int main(int argc, char** argv) +{ if (argc != 2) { printf("usage: mtd_probe /dev/mtd[n]\n"); return 1; |