diff options
author | Joe Perches <joe@perches.com> | 2015-05-23 13:32:55 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-25 17:45:27 -0400 |
commit | d07ce242e69190b6f033ffd49b8c77931deba4b3 (patch) | |
tree | 85e74fd02f29c335e25b30541acf5ed899299076 | |
parent | bbfe0f37aee52d39999d5e475e1172a58f958a82 (diff) |
neterion: s2io: Fix kernel doc formatting
These two uses seem to have had carriage returns removed.
Make these entries like all the others in this file.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/neterion/s2io.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c index 1e0f72b65459..c28111749e1f 100644 --- a/drivers/net/ethernet/neterion/s2io.c +++ b/drivers/net/ethernet/neterion/s2io.c | |||
@@ -5308,7 +5308,8 @@ static int do_s2io_prog_unicast(struct net_device *dev, u8 *addr) | |||
5308 | 5308 | ||
5309 | /** | 5309 | /** |
5310 | * s2io_ethtool_sset - Sets different link parameters. | 5310 | * s2io_ethtool_sset - Sets different link parameters. |
5311 | * @sp : private member of the device structure, which is a pointer to the * s2io_nic structure. | 5311 | * @sp : private member of the device structure, which is a pointer to the |
5312 | * s2io_nic structure. | ||
5312 | * @info: pointer to the structure with parameters given by ethtool to set | 5313 | * @info: pointer to the structure with parameters given by ethtool to set |
5313 | * link information. | 5314 | * link information. |
5314 | * Description: | 5315 | * Description: |
@@ -5793,7 +5794,8 @@ static void s2io_vpd_read(struct s2io_nic *nic) | |||
5793 | 5794 | ||
5794 | /** | 5795 | /** |
5795 | * s2io_ethtool_geeprom - reads the value stored in the Eeprom. | 5796 | * s2io_ethtool_geeprom - reads the value stored in the Eeprom. |
5796 | * @sp : private member of the device structure, which is a pointer to the * s2io_nic structure. | 5797 | * @sp : private member of the device structure, which is a pointer to the |
5798 | * s2io_nic structure. | ||
5797 | * @eeprom : pointer to the user level structure provided by ethtool, | 5799 | * @eeprom : pointer to the user level structure provided by ethtool, |
5798 | * containing all relevant information. | 5800 | * containing all relevant information. |
5799 | * @data_buf : user defined value to be written into Eeprom. | 5801 | * @data_buf : user defined value to be written into Eeprom. |