staging: gasket: unify multi-line string
authorKaaira Gupta <kgupta@es.iitr.ac.in>
Wed, 12 Feb 2020 17:58:26 +0000 (23:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Feb 2020 21:37:06 +0000 (13:37 -0800)
commit0e35fa615e0baf5d95dafc4362b349b8406676ab
treea5c26c2335e7bba7db2f1cb403742e82cf0591a7
parent032974659b36827e49d6d872dd42f9bab788a6d6
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>
drivers/staging/gasket/gasket_core.c