You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
treewide: fix a few typos in comments
- kenrel -> kernel - whetehr -> whether - ttt -> tt - sss -> ss Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
c719864f15
commit
70f23fd66b
@@ -127,7 +127,7 @@ Nintendo Wii device tree
|
||||
- reg : should contain the SDHCI registers location and length
|
||||
- interrupts : should contain the SDHCI interrupt
|
||||
|
||||
1.j) The Inter-Processsor Communication (IPC) node
|
||||
1.j) The Inter-Processor Communication (IPC) node
|
||||
|
||||
Represent the Inter-Processor Communication interface. This interface
|
||||
enables communications between the Broadway and the Starlet processors.
|
||||
|
||||
@@ -226,7 +226,7 @@ Who: Zhang Rui <rui.zhang@intel.com>
|
||||
What: CONFIG_ACPI_PROCFS_POWER
|
||||
When: 2.6.39
|
||||
Why: sysfs I/F for ACPI power devices, including AC and Battery,
|
||||
has been working in upstream kenrel since 2.6.24, Sep 2007.
|
||||
has been working in upstream kernel since 2.6.24, Sep 2007.
|
||||
In 2.6.37, we make the sysfs I/F always built in and this option
|
||||
disabled by default.
|
||||
Remove this option and the ACPI power procfs interface in 2.6.39.
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
#include "msm_iomap-8960.h"
|
||||
|
||||
/* Virtual addressses shared across all MSM targets. */
|
||||
/* Virtual addresses shared across all MSM targets. */
|
||||
#define MSM_CSR_BASE IOMEM(0xE0001000)
|
||||
#define MSM_QGIC_DIST_BASE IOMEM(0xF0000000)
|
||||
#define MSM_QGIC_CPU_BASE IOMEM(0xF0001000)
|
||||
|
||||
@@ -236,7 +236,7 @@
|
||||
#define OMAP343X_CONTROL_WKUP_DEBOBS3 (OMAP343X_CONTROL_GENERAL_WKUP + 0x014)
|
||||
#define OMAP343X_CONTROL_WKUP_DEBOBS4 (OMAP343X_CONTROL_GENERAL_WKUP + 0x018)
|
||||
|
||||
/* 36xx-only RTA - Retention till Accesss control registers and bits */
|
||||
/* 36xx-only RTA - Retention till Access control registers and bits */
|
||||
#define OMAP36XX_CONTROL_MEM_RTA_CTRL 0x40C
|
||||
#define OMAP36XX_RTA_DISABLE 0x0
|
||||
|
||||
|
||||
@@ -1063,7 +1063,7 @@ static void sba_unmap_page(struct device *dev, dma_addr_t iova, size_t size,
|
||||
/*
|
||||
** Address does not fall w/in IOVA, must be bypassing
|
||||
*/
|
||||
DBG_BYPASS("sba_unmap_single_atttrs() bypass addr: 0x%lx\n",
|
||||
DBG_BYPASS("sba_unmap_single_attrs() bypass addr: 0x%lx\n",
|
||||
iova);
|
||||
|
||||
#ifdef ENABLE_MARK_CLEAN
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#define _PAGE_HASHPTE _PAGE_HPTE_SUB
|
||||
|
||||
/* Note the full page bits must be in the same location as for normal
|
||||
* 4k pages as the same asssembly will be used to insert 64K pages
|
||||
* 4k pages as the same assembly will be used to insert 64K pages
|
||||
* wether the kernel has CONFIG_PPC_64K_PAGES or not
|
||||
*/
|
||||
#define _PAGE_F_SECOND 0x00008000 /* full page: hidx bits */
|
||||
|
||||
@@ -142,7 +142,7 @@ static int kgdb_singlestep(struct pt_regs *regs)
|
||||
return 0;
|
||||
|
||||
/*
|
||||
* On Book E and perhaps other processsors, singlestep is handled on
|
||||
* On Book E and perhaps other processors, singlestep is handled on
|
||||
* the critical exception stack. This causes current_thread_info()
|
||||
* to fail, since it it locates the thread_info by masking off
|
||||
* the low bits of the current stack pointer. We work around
|
||||
|
||||
@@ -36,7 +36,7 @@ int __init pci_xen_swiotlb_detect(void)
|
||||
|
||||
/* If running as PV guest, either iommu=soft, or swiotlb=force will
|
||||
* activate this IOMMU. If running as PV privileged, activate it
|
||||
* irregardlesss.
|
||||
* irregardless.
|
||||
*/
|
||||
if ((xen_initial_domain() || swiotlb || swiotlb_force) &&
|
||||
(xen_pv_domain()))
|
||||
|
||||
@@ -50,7 +50,7 @@ ACPI_MODULE_NAME("utresrc")
|
||||
#if defined(ACPI_DISASSEMBLER) || defined (ACPI_DEBUGGER)
|
||||
/*
|
||||
* Strings used to decode resource descriptors.
|
||||
* Used by both the disasssembler and the debugger resource dump routines
|
||||
* Used by both the disassembler and the debugger resource dump routines
|
||||
*/
|
||||
const char *acpi_gbl_bm_decode[] = {
|
||||
"NotBusMaster",
|
||||
|
||||
@@ -1521,7 +1521,7 @@ static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data)
|
||||
acpi_bus_generate_proc_event(device, event, 0);
|
||||
keycode = KEY_BRIGHTNESSDOWN;
|
||||
break;
|
||||
case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS: /* zero brightnesss */
|
||||
case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS: /* zero brightness */
|
||||
if (brightness_switch_enabled)
|
||||
acpi_video_switch_brightness(video_device, event);
|
||||
acpi_bus_generate_proc_event(device, event, 0);
|
||||
|
||||
@@ -321,7 +321,7 @@ efivar_show_raw(struct efivar_entry *entry, char *buf)
|
||||
|
||||
/*
|
||||
* Generic read/write functions that call the specific functions of
|
||||
* the atttributes...
|
||||
* the attributes...
|
||||
*/
|
||||
static ssize_t efivar_attr_show(struct kobject *kobj, struct attribute *attr,
|
||||
char *buf)
|
||||
|
||||
@@ -44,11 +44,11 @@
|
||||
* TODO: - Check MPU structure version/signature
|
||||
* - Add things like /sbin/overtemp for non-critical
|
||||
* overtemp conditions so userland can take some policy
|
||||
* decisions, like slewing down CPUs
|
||||
* decisions, like slowing down CPUs
|
||||
* - Deal with fan and i2c failures in a better way
|
||||
* - Maybe do a generic PID based on params used for
|
||||
* U3 and Drives ? Definitely need to factor code a bit
|
||||
* bettter... also make sensor detection more robust using
|
||||
* better... also make sensor detection more robust using
|
||||
* the device-tree to probe for them
|
||||
* - Figure out how to get the slots consumption and set the
|
||||
* slots fan accordingly
|
||||
|
||||
@@ -1377,7 +1377,7 @@ static struct rc_map_table rc_map_su3000_table[] = {
|
||||
{ 0x0f, KEY_BLUE }, /* bottom yellow button */
|
||||
{ 0x14, KEY_AUDIO }, /* Snapshot */
|
||||
{ 0x38, KEY_TV }, /* TV/Radio */
|
||||
{ 0x0c, KEY_ESC } /* upper Red buttton */
|
||||
{ 0x0c, KEY_ESC } /* upper Red button */
|
||||
};
|
||||
|
||||
static struct rc_map_dvb_usb_table_table keys_tables[] = {
|
||||
|
||||
@@ -96,7 +96,7 @@ MODULE_PARM_DESC(debug, "Enable debug messages [0-3]");
|
||||
MODULE_PARM_DESC(stereo_threshold, "Sets signal threshold to activate stereo");
|
||||
MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect");
|
||||
MODULE_PARM_DESC(amsound, "Hardwire AM sound at 6.5Hz (France), FM can autoscan");
|
||||
MODULE_PARM_DESC(dolby, "Activates Dolby processsing");
|
||||
MODULE_PARM_DESC(dolby, "Activates Dolby processing");
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@ static int saa7164_encoder_buffers_alloc(struct saa7164_port *port)
|
||||
}
|
||||
}
|
||||
|
||||
/* Allocate some kenrel kernel buffers for copying
|
||||
/* Allocate some kernel buffers for copying
|
||||
* to userpsace.
|
||||
*/
|
||||
len = params->numberoflines * params->pitch;
|
||||
|
||||
@@ -148,7 +148,7 @@ static int saa7164_vbi_buffers_alloc(struct saa7164_port *port)
|
||||
}
|
||||
}
|
||||
|
||||
/* Allocate some kenrel kernel buffers for copying
|
||||
/* Allocate some kernel buffers for copying
|
||||
* to userpsace.
|
||||
*/
|
||||
len = params->numberoflines * params->pitch;
|
||||
|
||||
@@ -110,7 +110,7 @@ V. Getting Logical Configuration Table
|
||||
ENOBUFS Buffer not large enough. If this occurs, the required
|
||||
buffer length is written into *(lct->reslen)
|
||||
|
||||
VI. Settting Parameters
|
||||
VI. Setting Parameters
|
||||
|
||||
SYNOPSIS
|
||||
|
||||
|
||||
@@ -653,7 +653,7 @@ static int pch_can_rx_normal(struct net_device *ndev, u32 obj_num, int quota)
|
||||
u16 data_reg;
|
||||
|
||||
do {
|
||||
/* Reading the messsage object from the Message RAM */
|
||||
/* Reading the message object from the Message RAM */
|
||||
iowrite32(PCH_CMASK_RX_TX_GET, &priv->regs->ifregs[0].cmask);
|
||||
pch_can_rw_msg_obj(&priv->regs->ifregs[0].creq, obj_num);
|
||||
|
||||
|
||||
@@ -1800,7 +1800,7 @@ static int ali_ircc_dma_receive_complete(struct ali_ircc_cb *self)
|
||||
MessageCount = inb(iobase+ FIR_LSR)&0x07;
|
||||
|
||||
if (MessageCount > 0)
|
||||
IRDA_DEBUG(0, "%s(), Messsage count = %d,\n", __func__ , MessageCount);
|
||||
IRDA_DEBUG(0, "%s(), Message count = %d,\n", __func__ , MessageCount);
|
||||
|
||||
for (i=0; i<=MessageCount; i++)
|
||||
{
|
||||
|
||||
+1
-1
@@ -7231,7 +7231,7 @@ static void do_s2io_card_down(struct s2io_nic *sp, int do_io)
|
||||
/* As per the HW requirement we need to replenish the
|
||||
* receive buffer to avoid the ring bump. Since there is
|
||||
* no intention of processing the Rx frame at this pointwe are
|
||||
* just settting the ownership bit of rxd in Each Rx
|
||||
* just setting the ownership bit of rxd in Each Rx
|
||||
* ring to HW and set the appropriate buffer size
|
||||
* based on the ring mode
|
||||
*/
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user