diff options
author | Erik Arfvidson <erik.arfvidson@unisys.com> | 2015-11-17 13:34:51 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-11-17 14:25:36 -0800 |
commit | 0678eb1e4e0de2eaf40a28243bb9f227ae4ff49e (patch) | |
tree | 8c44e0851c58edab73506238d9526fe767171307 | |
parent | c06a278344ad5024e44d962ce9aa2ed945f0d1cf (diff) | |
download | linux-stable-0678eb1e4e0de2eaf40a28243bb9f227ae4ff49e.tar.gz linux-stable-0678eb1e4e0de2eaf40a28243bb9f227ae4ff49e.tar.bz2 linux-stable-0678eb1e4e0de2eaf40a28243bb9f227ae4ff49e.zip |
staging: unisys: iochannel fix trailing */
Fixed last warning message from checkpatch.pl by removing the
wordiness of the comment
Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/unisys/include/iochannel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/unisys/include/iochannel.h b/drivers/staging/unisys/include/iochannel.h index 36664ccc08df..162ca187a66b 100644 --- a/drivers/staging/unisys/include/iochannel.h +++ b/drivers/staging/unisys/include/iochannel.h @@ -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 |