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

Configure Feed

Select the types of activity you want to include in your feed.

net/tls: Fix a typo in tls_device.c

s/beggining/beginning/

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Wang Hai and committed by
David S. Miller
72a0f6d0 d280a2c2

+1 -1
+1 -1
net/tls/tls_device.c
··· 601 601 if (!info || 602 602 before(seq, info->end_seq - info->len)) { 603 603 /* if retransmit_hint is irrelevant start 604 - * from the beggining of the list 604 + * from the beginning of the list 605 605 */ 606 606 info = list_first_entry_or_null(&context->records_list, 607 607 struct tls_record_info, list);