mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
staging: unisys: include: consolidate a comment
Use all 80 characters of the line to consolidate a comment. Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d049f96435
commit
b11dffc481
1 changed files with 3 additions and 4 deletions
|
@ -348,10 +348,9 @@ struct sense_data {
|
|||
* the start of the NETWORK LAYER HEADER.
|
||||
*
|
||||
* NOTE:
|
||||
* The full packet is described in frags but the ethernet header is
|
||||
* separately kept in ethhdr so that uisnic doesn't have "MAP" the
|
||||
* guest memory to get to the header. uisnic needs ethhdr to
|
||||
* determine how to route the packet.
|
||||
* The full packet is described in frags but the ethernet header is separately
|
||||
* kept in ethhdr so that uisnic doesn't have "MAP" the guest memory to get to
|
||||
* the header. uisnic needs ethhdr to determine how to route the packet.
|
||||
*/
|
||||
struct net_pkt_xmt {
|
||||
int len;
|
||||
|
|
Loading…
Reference in a new issue