| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * X.25 Packet Layer release 002 |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 6 | 7 | * screw up. It might even work. |
|---|
| 7 | 8 | * |
|---|
| 8 | 9 | * This code REQUIRES 2.1.15 or higher |
|---|
| 9 | | - * |
|---|
| 10 | | - * This module: |
|---|
| 11 | | - * This module is free software; you can redistribute it and/or |
|---|
| 12 | | - * modify it under the terms of the GNU General Public License |
|---|
| 13 | | - * as published by the Free Software Foundation; either version |
|---|
| 14 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 15 | 10 | * |
|---|
| 16 | 11 | * History |
|---|
| 17 | 12 | * X.25 001 Jonathan Naylor Started coding. |
|---|
| .. | .. |
|---|
| 275 | 270 | |
|---|
| 276 | 271 | /** |
|---|
| 277 | 272 | * __x25_remove_neigh - remove neighbour from x25_neigh_list |
|---|
| 278 | | - * @nb - neigh to remove |
|---|
| 273 | + * @nb: - neigh to remove |
|---|
| 279 | 274 | * |
|---|
| 280 | 275 | * Remove neighbour from x25_neigh_list. If it was there. |
|---|
| 281 | 276 | * Caller must hold x25_neigh_list_lock. |
|---|