Re: [PATCH] mmc: mmc_test: avoid stalled file in debugfs

From: Andy Shevchenko
Date: Tue Jul 26 2011 - 03:02:32 EST


On Tue, 2011-07-26 at 00:15 +0200, Per Forlin wrote:
> > + file = debugfs_create_file(name, mode, card->debugfs_root,card,
> > + fops);
> Move card to next line together with fops and indent.
> + file = debugfs_create_file(name, mode, card->debugfs_root,
> + card, fops);
Hmm... Its length is exact 80 symbols which is OK for checkpatch.pl.
Anyway, thanks for review.

--
Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Intel Finland Oy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/