hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/net/caif/caif_layer.h
....@@ -1,7 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) ST-Ericsson AB 2010
34 * Author: Sjur Brendeland
4
- * License terms: GNU General Public License (GPL) version 2
55 */
66
77 #ifndef CAIF_LAYER_H_
....@@ -156,7 +156,7 @@
156156 * CAIF packets upwards in the stack.
157157 * Packet handling rules:
158158 * - The CAIF packet (cfpkt) ownership is passed to the
159
- * called receive function. This means that the the
159
+ * called receive function. This means that the
160160 * packet cannot be accessed after passing it to the
161161 * above layer using up->receive().
162162 *
....@@ -184,7 +184,7 @@
184184 * CAIF packet downwards in the stack.
185185 * Packet handling rules:
186186 * - The CAIF packet (cfpkt) ownership is passed to the
187
- * transmit function. This means that the the packet
187
+ * transmit function. This means that the packet
188188 * cannot be accessed after passing it to the below
189189 * layer using dn->transmit().
190190 *