Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
David S. Miller
563f63e3 60462191

+2 -2
+1 -1
net/atm/lec.c
··· 1070 1070 /* 1071 1071 * LANE2: 3.1.3, LE_RESOLVE.request 1072 1072 * Non force allocates memory and fills in *tlvs, fills in *sizeoftlvs. 1073 - * If sizeoftlvs == NULL the default TLVs associated with with this 1073 + * If sizeoftlvs == NULL the default TLVs associated with this 1074 1074 * lec will be used. 1075 1075 * If dst_mac == NULL, targetless LE_ARP will be sent 1076 1076 */
+1 -1
net/atm/signaling.c
··· 52 52 msg->type = as_okay; 53 53 } 54 54 /* 55 - * Should probably just turn around the old skb. But the, the buffer 55 + * Should probably just turn around the old skb. But then, the buffer 56 56 * space accounting needs to follow the change too. Maybe later. 57 57 */ 58 58 while (!(skb = alloc_skb(sizeof(struct atmsvc_msg), GFP_KERNEL)))