Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: unisys: Documentation: Correct a long line in doc

Correct a long line in documentation to respect the
80 character line limit.
Found using checkpatch.pl.

Signed-off-by: R Veera Kumar <vkor@vkten.in>
Link: https://lore.kernel.org/r/20200319085751.GA1928@tulip.local
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

R Veera Kumar and committed by
Greg Kroah-Hartman
96a2fcff 83386c5b

+6 -6
+6 -6
drivers/staging/unisys/Documentation/overview.txt
··· 15 15 * visorinput - keyboard and mouse 16 16 17 17 These drivers conform to the standard Linux bus/device model described 18 - within Documentation/driver-api/driver-model/, and utilize a driver named visorbus to 19 - present the virtual busses involved. Drivers in the 'visor*' driver set are 20 - commonly referred to as "guest drivers" or "client drivers". All drivers 21 - except visorbus expose a device of a specific usable class to the Linux guest 22 - environment (e.g., block, network, or input), and are collectively referred 23 - to as "function drivers". 18 + within Documentation/driver-api/driver-model/, and utilize a driver named 19 + visorbus to present the virtual busses involved. Drivers in the 'visor*' 20 + driver set are commonly referred to as "guest drivers" or "client drivers". 21 + All drivers except visorbus expose a device of a specific usable class to the 22 + Linux guest environment (e.g., block, network, or input), and are collectively 23 + referred to as "function drivers". 24 24 25 25 The back-end for each device is owned and managed by a small, 26 26 single-purpose service partition in the s-Par firmware, which communicates