.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
---|
3 | 4 | * operating system. INET is implemented using the BSD Socket |
---|
.. | .. |
---|
18 | 19 | * handling. |
---|
19 | 20 | * Andi Kleen, add zeroing on error |
---|
20 | 21 | * 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. |
---|
26 | 22 | */ |
---|
27 | 23 | |
---|
28 | 24 | #include <asm/errno.h> |
---|
.. | .. |
---|
114 | 110 | 7: |
---|
115 | 111 | popl %ebx |
---|
116 | 112 | popl %esi |
---|
117 | | - ret |
---|
| 113 | + RET |
---|
118 | 114 | |
---|
119 | 115 | #else |
---|
120 | 116 | |
---|
.. | .. |
---|
212 | 208 | 80: |
---|
213 | 209 | popl %ebx |
---|
214 | 210 | popl %esi |
---|
215 | | - ret |
---|
| 211 | + RET |
---|
216 | 212 | |
---|
217 | 213 | #endif |
---|
218 | 214 | EXPORT_SYMBOL(csum_partial) |
---|