commit | 0e35fa615e0baf5d95dafc4362b349b8406676ab | [log] [tgz] |
---|---|---|
author | Kaaira Gupta <kgupta@es.iitr.ac.in> | Wed Feb 12 23:28:26 2020 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 12 13:37:06 2020 -0800 |
tree | a5c26c2335e7bba7db2f1cb403742e82cf0591a7 | |
parent | 032974659b36827e49d6d872dd42f9bab788a6d6 [diff] |
staging: gasket: unify multi-line string Fix three checkpatch.pl warnings of 'quoted string split across lines' in gasket_core.c by merging the strings in one line. Though some strings are over 80 characters long, fixing this warning is necessary to ease grep-ing the source for printk. Signed-off-by: Kaaira Gupta <kgupta@es.iitr.ac.in> Link: https://lore.kernel.org/r/20200212175826.GA5967@kaaira-HP-Pavilion-Notebook Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>