util-linux/disk-utils
maximilian attems 89c5005380 raw: fix shadowing of minor function
Noticed while compiling against klibc:
raw.c: In function ‘query’:
raw.c:219:16: error: called object ‘minor’ is not a function

Rename variable from minor to minor_raw.
While at it mark the functions as static and small whitespace fixes
as asked by checkpatch.

[kzak@redhat.com: - rename variable at line 241 too]

Signed-off-by: maximilian attems <max@stro.at>
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-08-30 11:52:03 +02:00
..
.gitignore swaplabel: new command 2010-04-02 16:16:59 +02:00
Makefile.am Merge branch 'cramfs' of https://github.com/kerolasa/lelux-utiliteetit 2011-07-26 14:41:28 +02:00
blockdev.8 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
blockdev.c blockdev: indent usage() 2011-08-16 10:20:45 +02:00
cramfs.h cramfs.h: coding style 2011-07-21 23:50:04 +02:00
cramfs_common.c cramfs: use stdint.h instead of u{8,16,32} 2011-07-20 22:49:48 +02:00
elvtune.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
elvtune.c elvtune, isosize: print usage text in case of invalid option 2011-04-12 12:36:48 +02:00
fdformat.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
fdformat.c fdformat: cleanup error messages 2011-07-18 16:57:55 +02:00
fsck.cramfs.c include: move fsck return values to exitcodes.h 2011-07-22 00:34:12 +02:00
fsck.minix.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
fsck.minix.c mkfs.minix: fix write_all() usage 2011-08-17 00:29:39 +02:00
isosize.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
isosize.c isosize: fix coding style 2011-06-30 22:11:32 +02:00
minix_programs.h minix: cleanup global variables and macros 2011-07-21 12:13:33 +02:00
mkfs.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
mkfs.bfs.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
mkfs.bfs.c mkfs.bfs: cleanu p --version output 2011-07-18 17:15:00 +02:00
mkfs.c mkfs: coding style fixes 2011-06-29 13:36:52 +02:00
mkfs.cramfs.c mkfs.cramfs: clearer error message, "cannot close" instead of "closing" 2011-08-15 15:49:18 +02:00
mkfs.minix.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
mkfs.minix.c mkfs.minix: fix write_all() usage 2011-08-17 00:29:39 +02:00
mkswap.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
mkswap.c mkswap: Use c.h 2011-08-02 13:58:54 +02:00
raw.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
raw.c raw: fix shadowing of minor function 2011-08-30 11:52:03 +02:00
swaplabel.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
swaplabel.c swaplabel: fix compiler warnings [-Wunused-parameter] 2011-08-01 14:54:45 +02:00