| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
|---|
| 3 | 4 | * Author: Sjur Brendeland |
|---|
| 4 | | - * License terms: GNU General Public License (GPL) version 2 |
|---|
| 5 | 5 | */ |
|---|
| 6 | 6 | |
|---|
| 7 | 7 | #ifndef CAIF_LAYER_H_ |
|---|
| .. | .. |
|---|
| 156 | 156 | * CAIF packets upwards in the stack. |
|---|
| 157 | 157 | * Packet handling rules: |
|---|
| 158 | 158 | * - 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 |
|---|
| 160 | 160 | * packet cannot be accessed after passing it to the |
|---|
| 161 | 161 | * above layer using up->receive(). |
|---|
| 162 | 162 | * |
|---|
| .. | .. |
|---|
| 184 | 184 | * CAIF packet downwards in the stack. |
|---|
| 185 | 185 | * Packet handling rules: |
|---|
| 186 | 186 | * - 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 |
|---|
| 188 | 188 | * cannot be accessed after passing it to the below |
|---|
| 189 | 189 | * layer using dn->transmit(). |
|---|
| 190 | 190 | * |
|---|