commit | 2ac63d901b1170fba509ae135d5f5f4472b84819 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Tue Aug 19 13:55:34 2014 +0200 |
committer | Brian Norris <computersforpeace@gmail.com> | Wed Sep 17 23:29:36 2014 -0700 |
tree | 592c88661f39dc4f66fa09d7fbdb5c9af9de00f8 | |
parent | b7ab610f628a381a1029d214476742d8589f1e02 [diff] |
mtd: nand: don't break long print messages This follows Chapter 2 of Linux's CodingStyle: > However, never break user-visible strings such as printk messages, > because that breaks the ability to grep for them. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>