hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/x86/um/checksum_32.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * INET An implementation of the TCP/IP protocol suite for the LINUX
34 * operating system. INET is implemented using the BSD Socket
....@@ -18,11 +19,6 @@
1819 * handling.
1920 * Andi Kleen, add zeroing on error
2021 * converted to pure assembler
21
- *
22
- * This program is free software; you can redistribute it and/or
23
- * modify it under the terms of the GNU General Public License
24
- * as published by the Free Software Foundation; either version
25
- * 2 of the License, or (at your option) any later version.
2622 */
2723
2824 #include <asm/errno.h>
....@@ -114,7 +110,7 @@
114110 7:
115111 popl %ebx
116112 popl %esi
117
- ret
113
+ RET
118114
119115 #else
120116
....@@ -212,7 +208,7 @@
212208 80:
213209 popl %ebx
214210 popl %esi
215
- ret
211
+ RET
216212
217213 #endif
218214 EXPORT_SYMBOL(csum_partial)