On Thu, 2012-04-12 at 10:29 +0300, Kalle Valo wrote: > due to checkpatch warnings in ath6kl, from a recent pr_fmt() addition, I > had to update checkpatch and now I get lots of useless warnings like this: > > drivers/net/wireless/ath/ath6kl/common.h:28: CHECK: Don't begin block > comments with only a /* line, use /* comment... > drivers/net/wireless/ath/ath6kl/bmi.h:233: CHECK: No space is necessary > after a cast > > IMHO they are wrong, at least the style I have tried to enforce in > ath6kl is totally opposite (I have "/*\n" on multiline comments and a > space after a cast). And at least CodingStyle seems to recommend my > style for the multiline comments. It's the style David Miller prefers for drivers/net. I don't much care one way or another. > Would you consider removing these two warnings? Or maybe add a new check > level so that I can easily disable them? ./scripts/checkpatch.pl --ignore=BLOCK_COMMENT_STYLE <foo> -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html