Commit 0678eb1e authored by Erik Arfvidson's avatar Erik Arfvidson Committed by Greg Kroah-Hartman

staging: unisys: iochannel fix trailing */

Fixed last warning message from checkpatch.pl by removing the
wordiness of the comment
Signed-off-by: default avatarErik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c06a2783
......@@ -566,8 +566,7 @@ struct spar_io_channel_protocol {
* pfn-off-size entires.
*/
/* we deal with 4K page sizes when we it comes to passing page information
* between */
/* use 4K page sizes when we it comes to passing page information between */
/* Guest and IOPartition. */
#define PI_PAGE_SIZE 0x1000
#define PI_PAGE_MASK 0x0FFF
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment