.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Core driver for the CC770 and AN82527 CAN controllers |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2009, 2011 Wolfgang Grandegger <wg@grandegger.com> |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the version 2 of the GNU General Public License |
---|
8 | | - * as published by the Free Software Foundation |
---|
9 | | - * |
---|
10 | | - * This program is distributed in the hope that it will be useful, |
---|
11 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
12 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
13 | | - * GNU General Public License for more details. |
---|
14 | 6 | */ |
---|
15 | 7 | |
---|
16 | 8 | #ifndef CC770_DEV_H |
---|
.. | .. |
---|
192 | 184 | u8 control_normal_mode; /* Control register for normal mode */ |
---|
193 | 185 | u8 cpu_interface; /* CPU interface register */ |
---|
194 | 186 | u8 clkout; /* Clock out register */ |
---|
195 | | - u8 bus_config; /* Bus conffiguration register */ |
---|
| 187 | + u8 bus_config; /* Bus configuration register */ |
---|
196 | 188 | |
---|
197 | 189 | struct sk_buff *tx_skb; |
---|
198 | 190 | }; |
---|