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 <[email protected]> Intel Finland Oy -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
