mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
Fix spelling mistakes in comments
milisecond -> millisecond meassge -> message Cc: Kalle Valo <kvalo@adurom.com> Cc: Jiri Kosina <trivial@kernel.org> Cc: linux-kernel@vger.kernel.org Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -76,7 +76,7 @@ tmrHw_RATE_t tmrHw_setPeriodicTimerRate(tmrHw_ID_t timerId, /* [ IN ] Timer Id
|
|||||||
* certain time interval
|
* certain time interval
|
||||||
*
|
*
|
||||||
* This function initializes a periodic timer to generate timer interrupt
|
* This function initializes a periodic timer to generate timer interrupt
|
||||||
* after every time interval in milisecond
|
* after every time interval in millisecond
|
||||||
*
|
*
|
||||||
* @return On success: Effective interval set in mili-second
|
* @return On success: Effective interval set in mili-second
|
||||||
* On failure: 0
|
* On failure: 0
|
||||||
@@ -93,7 +93,7 @@ tmrHw_INTERVAL_t tmrHw_setPeriodicTimerInterval(tmrHw_ID_t timerId, /* [ IN ] T
|
|||||||
* after certain time interval
|
* after certain time interval
|
||||||
*
|
*
|
||||||
* This function initializes a periodic timer to generate a single ticks after
|
* This function initializes a periodic timer to generate a single ticks after
|
||||||
* certain time interval in milisecond
|
* certain time interval in millisecond
|
||||||
*
|
*
|
||||||
* @return On success: Effective interval set in mili-second
|
* @return On success: Effective interval set in mili-second
|
||||||
* On failure: 0
|
* On failure: 0
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
#define EINJ_PFX "EINJ: "
|
#define EINJ_PFX "EINJ: "
|
||||||
|
|
||||||
#define SPIN_UNIT 100 /* 100ns */
|
#define SPIN_UNIT 100 /* 100ns */
|
||||||
/* Firmware should respond within 1 miliseconds */
|
/* Firmware should respond within 1 milliseconds */
|
||||||
#define FIRMWARE_TIMEOUT (1 * NSEC_PER_MSEC)
|
#define FIRMWARE_TIMEOUT (1 * NSEC_PER_MSEC)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -53,7 +53,7 @@
|
|||||||
sizeof(struct acpi_table_erst)))
|
sizeof(struct acpi_table_erst)))
|
||||||
|
|
||||||
#define SPIN_UNIT 100 /* 100ns */
|
#define SPIN_UNIT 100 /* 100ns */
|
||||||
/* Firmware should respond within 1 miliseconds */
|
/* Firmware should respond within 1 milliseconds */
|
||||||
#define FIRMWARE_TIMEOUT (1 * NSEC_PER_MSEC)
|
#define FIRMWARE_TIMEOUT (1 * NSEC_PER_MSEC)
|
||||||
#define FIRMWARE_MAX_STALL 50 /* 50us */
|
#define FIRMWARE_MAX_STALL 50 /* 50us */
|
||||||
|
|
||||||
|
@@ -1927,7 +1927,7 @@ init_ltime(struct nvbios *bios, uint16_t offset, struct init_exec *iexec)
|
|||||||
* offset (8 bit): opcode
|
* offset (8 bit): opcode
|
||||||
* offset + 1 (16 bit): time
|
* offset + 1 (16 bit): time
|
||||||
*
|
*
|
||||||
* Sleep for "time" miliseconds.
|
* Sleep for "time" milliseconds.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
unsigned time = ROM16(bios->data[offset + 1]);
|
unsigned time = ROM16(bios->data[offset + 1]);
|
||||||
@@ -1935,7 +1935,7 @@ init_ltime(struct nvbios *bios, uint16_t offset, struct init_exec *iexec)
|
|||||||
if (!iexec->execute)
|
if (!iexec->execute)
|
||||||
return 3;
|
return 3;
|
||||||
|
|
||||||
BIOSLOG(bios, "0x%04X: Sleeping for 0x%04X miliseconds\n",
|
BIOSLOG(bios, "0x%04X: Sleeping for 0x%04X milliseconds\n",
|
||||||
offset, time);
|
offset, time);
|
||||||
|
|
||||||
msleep(time);
|
msleep(time);
|
||||||
|
@@ -1272,10 +1272,10 @@ struct wl1251_acx_tid_cfg {
|
|||||||
/* OBSOLETE */
|
/* OBSOLETE */
|
||||||
#define WL1251_ACX_INTR_WAKE_ON_HOST BIT(6)
|
#define WL1251_ACX_INTR_WAKE_ON_HOST BIT(6)
|
||||||
|
|
||||||
/* Trace meassge on MBOX #A */
|
/* Trace message on MBOX #A */
|
||||||
#define WL1251_ACX_INTR_TRACE_A BIT(7)
|
#define WL1251_ACX_INTR_TRACE_A BIT(7)
|
||||||
|
|
||||||
/* Trace meassge on MBOX #B */
|
/* Trace message on MBOX #B */
|
||||||
#define WL1251_ACX_INTR_TRACE_B BIT(8)
|
#define WL1251_ACX_INTR_TRACE_B BIT(8)
|
||||||
|
|
||||||
/* Command processing completion */
|
/* Command processing completion */
|
||||||
|
@@ -418,7 +418,7 @@ void wl1251_disable_interrupts(struct wl1251 *wl);
|
|||||||
#define WL1251_FW_NAME "wl1251-fw.bin"
|
#define WL1251_FW_NAME "wl1251-fw.bin"
|
||||||
#define WL1251_NVS_NAME "wl1251-nvs.bin"
|
#define WL1251_NVS_NAME "wl1251-nvs.bin"
|
||||||
|
|
||||||
#define WL1251_POWER_ON_SLEEP 10 /* in miliseconds */
|
#define WL1251_POWER_ON_SLEEP 10 /* in milliseconds */
|
||||||
|
|
||||||
#define WL1251_PART_DOWN_MEM_START 0x0
|
#define WL1251_PART_DOWN_MEM_START 0x0
|
||||||
#define WL1251_PART_DOWN_MEM_SIZE 0x16800
|
#define WL1251_PART_DOWN_MEM_SIZE 0x16800
|
||||||
|
@@ -506,7 +506,7 @@ int wl1271_plt_stop(struct wl1271 *wl);
|
|||||||
|
|
||||||
/* WL1271 needs a 200ms sleep after power on, and a 20ms sleep before power
|
/* WL1271 needs a 200ms sleep after power on, and a 20ms sleep before power
|
||||||
on in case is has been shut down shortly before */
|
on in case is has been shut down shortly before */
|
||||||
#define WL1271_PRE_POWER_ON_SLEEP 20 /* in miliseconds */
|
#define WL1271_PRE_POWER_ON_SLEEP 20 /* in milliseconds */
|
||||||
#define WL1271_POWER_ON_SLEEP 200 /* in miliseconds */
|
#define WL1271_POWER_ON_SLEEP 200 /* in milliseconds */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -47,9 +47,9 @@
|
|||||||
#define WL1271_ACX_INTR_HW_AVAILABLE BIT(5)
|
#define WL1271_ACX_INTR_HW_AVAILABLE BIT(5)
|
||||||
/* The MISC bit is used for aggregation of RX, TxComplete and TX rate update */
|
/* The MISC bit is used for aggregation of RX, TxComplete and TX rate update */
|
||||||
#define WL1271_ACX_INTR_DATA BIT(6)
|
#define WL1271_ACX_INTR_DATA BIT(6)
|
||||||
/* Trace meassge on MBOX #A */
|
/* Trace message on MBOX #A */
|
||||||
#define WL1271_ACX_INTR_TRACE_A BIT(7)
|
#define WL1271_ACX_INTR_TRACE_A BIT(7)
|
||||||
/* Trace meassge on MBOX #B */
|
/* Trace message on MBOX #B */
|
||||||
#define WL1271_ACX_INTR_TRACE_B BIT(8)
|
#define WL1271_ACX_INTR_TRACE_B BIT(8)
|
||||||
|
|
||||||
#define WL1271_ACX_INTR_ALL 0xFFFFFFFF
|
#define WL1271_ACX_INTR_ALL 0xFFFFFFFF
|
||||||
|
Reference in New Issue
Block a user