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:

cometido por
Christoph Hellwig

ascendente
20b7643d8e
cometimento
b2837fcf49
@@ -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 /* '????' */
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador