On Tue, Sep 25, 2018 at 12:46 PM Suganath Prabu Subramani <suganath-prabu.subramani@xxxxxxxxxxxx> wrote: > > > + pr_err(MPT3SAS_FMT > > > + "%s: pci error recovery reset or" > > > + " pci device unplug occurred\n", > > > > This should be just one line. > Above line crosses over 80 characters, so it is in two lines. For years there is no such requirement for string literals. Please, don't split string literals in ugly way like this. -- With Best Regards, Andy Shevchenko