summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include
diff options
context:
space:
mode:
authorErik Arfvidson <erik.arfvidson@unisys.com>2015-11-17 13:34:49 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-17 14:25:36 -0800
commit71c3c5a8ef37ab21397516caca778238874dc3dd (patch)
treea862c722544e87f43cc78eff279ed270f59323e6 /drivers/staging/unisys/include
parent79c07e9c1f3948757c30fa630c66903da2a247ec (diff)
downloadop-kernel-dev-71c3c5a8ef37ab21397516caca778238874dc3dd.zip
op-kernel-dev-71c3c5a8ef37ab21397516caca778238874dc3dd.tar.gz
staging: unisys: iochannel.h remove redundant comments
iochannel cleanup redudant comments in function declarations. 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>
Diffstat (limited to 'drivers/staging/unisys/include')
-rw-r--r--drivers/staging/unisys/include/iochannel.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/drivers/staging/unisys/include/iochannel.h b/drivers/staging/unisys/include/iochannel.h
index 457fe3d..ec04576 100644
--- a/drivers/staging/unisys/include/iochannel.h
+++ b/drivers/staging/unisys/include/iochannel.h
@@ -575,18 +575,8 @@ struct spar_io_channel_protocol {
* room)
*/
static inline u16
-add_physinfo_entries(u32 inp_pfn, /* input - specifies the pfn to be used
- * to add entries */
- u16 inp_off, /* input - specifies the off to be used
- * to add entries */
- u32 inp_len, /* input - specifies the len to be used
- * to add entries */
- u16 index, /* input - index in array at which new
- * entries are added */
- u16 max_pi_arr_entries, /* input - specifies the maximum
- * entries pi_arr can hold */
- struct phys_info pi_arr[]) /* input & output - array to
- * which entries are added */
+add_physinfo_entries(u32 inp_pfn, u16 inp_off, u32 inp_len, u16 index,
+ u16 max_pi_arr_entries, struct phys_info pi_arr[])
{
u32 len;
u16 i, firstlen;
OpenPOWER on IntegriCloud