forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/media/radio/wl128x/fmdrv.h
....@@ -1,19 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * FM Driver for Connectivity chip of Texas Instruments.
34 *
45 * Common header for all FM driver sub-modules.
56 *
67 * Copyright (C) 2011 Texas Instruments
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
11
- *
12
- * This program is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
16
- *
178 */
189
1910 #ifndef _FM_DRV_H
....@@ -133,7 +124,7 @@
133124 /*
134125 * Current RX channel Alternate Frequency cache.
135126 * This info is used to switch to other freq (AF)
136
- * when current channel signal strengh is below RSSI threshold.
127
+ * when current channel signal strength is below RSSI threshold.
137128 */
138129 struct tuned_station_info {
139130 u16 picode;
....@@ -228,7 +219,7 @@
228219 struct fm_rx rx; /* FM receiver info */
229220 struct fmtx_data tx_data;
230221
231
- /* V4L2 ctrl framwork handler*/
222
+ /* V4L2 ctrl framework handler*/
232223 struct v4l2_ctrl_handler ctrl_handler;
233224
234225 /* For core assisted locking */