From: Joe Perches <[email protected]> Date: Wed, 7 May 2014 12:52:57 -0700
> Use a more current logging style. > > o Coalesce formats > o Add missing spaces for coalesced formats > o Align arguments for modified formats > o Add missing newlines for some logging messages > o Use DRV_NAME as part of format instead of %s, DRV_NAME to > reduce overall text. > o Use ..., ##__VA_ARGS__ instead of args... in macros > o Correct a few format typos > o Use a single line message where appropriate > > Signed-off-by: Joe Perches <[email protected]> > Acked-By: Amir Vadai <[email protected]> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

