forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm/lib/csumpartialcopy.S
....@@ -1,19 +1,16 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/arch/arm/lib/csumpartialcopy.S
34 *
45 * Copyright (C) 1995-1998 Russell King
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
107 #include <linux/linkage.h>
118 #include <asm/assembler.h>
129
1310 .text
1411
15
-/* Function: __u32 csum_partial_copy_nocheck(const char *src, char *dst, int len, __u32 sum)
16
- * Params : r0 = src, r1 = dst, r2 = len, r3 = checksum
12
+/* Function: __u32 csum_partial_copy_nocheck(const char *src, char *dst, int len)
13
+ * Params : r0 = src, r1 = dst, r2 = len
1714 * Returns : r0 = new checksum
1815 */
1916