serial: kgdboc: Fix bad line wrapping in comment
authorDouglas Anderson <dianders@chromium.org>
Tue, 2 Jun 2020 19:40:48 +0000 (12:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Jun 2020 14:12:45 +0000 (16:12 +0200)
commit5b36146eac22153f57cf28278bbe8c642533a9be
tree83c8f07b2c499e72c3127cce46a428a6601fe921
parentf1681a9a2a62d7e6232832d6780cc65ce63f5396
serial: kgdboc: Fix bad line wrapping in comment

In commit a4912303ac6f ("serial: kgdboc: Allow earlycon initialization
to be deferred") it looks like Daniel really took Linus's new
suggestion about not needing to wrap at 80 columns to heart and he
jammed two full lines of comments into one line.  Either that or he
just somehow accidentally deleted a carriage return when doing final
edits on the patch.  In either case let's make it look prettier.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20200602124044.1.Iee31247bc080d42a02e167454b1225a1b4283705@changeid
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/kgdboc.c