Commit 96a2fcff authored by R Veera Kumar's avatar R Veera Kumar Committed by Greg Kroah-Hartman
Browse files

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: default avatarR Veera Kumar <vkor@vkten.in>
Link: https://lore.kernel.org/r/20200319085751.GA1928@tulip.local


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 83386c5b
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -15,12 +15,12 @@ normally be unsharable, specifically:
* visorinput - keyboard and mouse
* visorinput - keyboard and mouse


These drivers conform to the standard Linux bus/device model described
These drivers conform to the standard Linux bus/device model described
within Documentation/driver-api/driver-model/, and utilize a driver named visorbus to
within Documentation/driver-api/driver-model/, and utilize a driver named
present the virtual busses involved. Drivers in the 'visor*' driver set are
visorbus to present the virtual busses involved. Drivers in the 'visor*'
commonly referred to as "guest drivers" or "client drivers".  All drivers
driver set are commonly referred to as "guest drivers" or "client drivers".
except visorbus expose a device of a specific usable class to the Linux guest
All drivers except visorbus expose a device of a specific usable class to the
environment (e.g., block, network, or input), and are collectively referred
Linux guest environment (e.g., block, network, or input), and are collectively
to as "function drivers".
referred to as "function drivers".


The back-end for each device is owned and managed by a small,
The back-end for each device is owned and managed by a small,
single-purpose service partition in the s-Par firmware, which communicates
single-purpose service partition in the s-Par firmware, which communicates