mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
net: atm: delete duplicated words
Drop repeated words in net/atm/. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Cc: Chas Williams <3chas3@gmail.com> Cc: linux-atm-general@lists.sourceforge.net Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6046219116
commit
563f63e396
@ -1070,7 +1070,7 @@ module_exit(lane_module_cleanup);
|
|||||||
/*
|
/*
|
||||||
* LANE2: 3.1.3, LE_RESOLVE.request
|
* LANE2: 3.1.3, LE_RESOLVE.request
|
||||||
* Non force allocates memory and fills in *tlvs, fills in *sizeoftlvs.
|
* Non force allocates memory and fills in *tlvs, fills in *sizeoftlvs.
|
||||||
* If sizeoftlvs == NULL the default TLVs associated with with this
|
* If sizeoftlvs == NULL the default TLVs associated with this
|
||||||
* lec will be used.
|
* lec will be used.
|
||||||
* If dst_mac == NULL, targetless LE_ARP will be sent
|
* If dst_mac == NULL, targetless LE_ARP will be sent
|
||||||
*/
|
*/
|
||||||
|
@ -52,7 +52,7 @@ static void modify_qos(struct atm_vcc *vcc, struct atmsvc_msg *msg)
|
|||||||
msg->type = as_okay;
|
msg->type = as_okay;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Should probably just turn around the old skb. But the, the buffer
|
* Should probably just turn around the old skb. But then, the buffer
|
||||||
* space accounting needs to follow the change too. Maybe later.
|
* space accounting needs to follow the change too. Maybe later.
|
||||||
*/
|
*/
|
||||||
while (!(skb = alloc_skb(sizeof(struct atmsvc_msg), GFP_KERNEL)))
|
while (!(skb = alloc_skb(sizeof(struct atmsvc_msg), GFP_KERNEL)))
|
||||||
|
Loading…
Reference in New Issue
Block a user