1
0

hfsplus: %L-to-%ll, macro correction, and remove unneeded braces

Clean-up based on checkpatch.pl report against unnecessary braces
(`{' and `}'), non-standard format option %Lu (%llu recommended)
as well as one trailing statement in a macro definition which
should have been on the next line.

Signed-off-by: Anton Salikhmetov <alexo@tuxera.com>
Signed-off-by: Christoph Hellwig <hch@tuxera.com>
Este cometimento está contido em:
Anton Salikhmetov
2010-12-16 18:08:41 +02:00
cometido por Christoph Hellwig
ascendente 20b7643d8e
cometimento b2837fcf49
3 ficheiros modificados com 14 adições e 14 eliminações

Ver ficheiro

@@ -31,7 +31,8 @@
#define DBG_MASK (0)
#define dprint(flg, fmt, args...) \
if (flg & DBG_MASK) printk(fmt , ## args)
if (flg & DBG_MASK) \
printk(fmt , ## args)
/* Runtime config options */
#define HFSPLUS_DEF_CR_TYPE 0x3F3F3F3F /* '????' */