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

caif: cleanup double word in comment

Replace the second 'so' with 'free'.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Tom Rix and committed by
David S. Miller
0812beb7 f485da3c

+1 -1
+1 -1
net/caif/caif_dev.c
··· 268 268 269 269 err = caifd->layer.up->receive(caifd->layer.up, pkt); 270 270 271 - /* For -EILSEQ the packet is not freed so so it now */ 271 + /* For -EILSEQ the packet is not freed so free it now */ 272 272 if (err == -EILSEQ) 273 273 cfpkt_destroy(pkt); 274 274