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
Fix typos in comments
[Ss]ytem => [Ss]ystem udpate => update paramters => parameters orginal => original Signed-off-by: Thomas Weber <swirl@gmx.li> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
932fb06b08
commit
8839316121
@@ -573,7 +573,7 @@ void cancel_attach(struct cgroup_subsys *ss, struct cgroup *cgrp,
|
||||
|
||||
Called when a task attach operation has failed after can_attach() has succeeded.
|
||||
A subsystem whose can_attach() has some side-effects should provide this
|
||||
function, so that the subsytem can implement a rollback. If not, not necessary.
|
||||
function, so that the subsystem can implement a rollback. If not, not necessary.
|
||||
This will be called only about subsystems whose can_attach() operation have
|
||||
succeeded.
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ Environment variables for 'silentoldconfig'
|
||||
KCONFIG_NOSILENTUPDATE
|
||||
--------------------------------------------------
|
||||
If this variable has a non-blank value, it prevents silent kernel
|
||||
config udpates (requires explicit updates).
|
||||
config updates (requires explicit updates).
|
||||
|
||||
KCONFIG_AUTOCONFIG
|
||||
--------------------------------------------------
|
||||
|
||||
@@ -125,7 +125,7 @@ versions of the sysfs interface.
|
||||
- Block
|
||||
The converted block subsystem at /sys/class/block or
|
||||
/sys/subsystem/block will contain the links for disks and partitions
|
||||
at the same level, never in a hierarchy. Assuming the block subsytem to
|
||||
at the same level, never in a hierarchy. Assuming the block subsystem to
|
||||
contain only disks and not partition devices in the same flat list is
|
||||
a bug in the application.
|
||||
|
||||
|
||||
@@ -238,7 +238,7 @@ subsystem's filter file.
|
||||
|
||||
For convenience, filters for every event in a subsystem can be set or
|
||||
cleared as a group by writing a filter expression into the filter file
|
||||
at the root of the subsytem. Note however, that if a filter for any
|
||||
at the root of the subsystem. Note however, that if a filter for any
|
||||
event within the subsystem lacks a field specified in the subsystem
|
||||
filter, or if the filter can't be applied for any other reason, the
|
||||
filter for that event will retain its previous setting. This can
|
||||
@@ -250,7 +250,7 @@ fields can be guaranteed to propagate successfully to all events.
|
||||
Here are a few subsystem filter examples that also illustrate the
|
||||
above points:
|
||||
|
||||
Clear the filters on all events in the sched subsytem:
|
||||
Clear the filters on all events in the sched subsystem:
|
||||
|
||||
# cd /sys/kernel/debug/tracing/events/sched
|
||||
# echo 0 > filter
|
||||
@@ -260,7 +260,7 @@ none
|
||||
none
|
||||
|
||||
Set a filter using only common fields for all events in the sched
|
||||
subsytem (all events end up with the same filter):
|
||||
subsystem (all events end up with the same filter):
|
||||
|
||||
# cd /sys/kernel/debug/tracing/events/sched
|
||||
# echo common_pid == 0 > filter
|
||||
@@ -270,7 +270,7 @@ common_pid == 0
|
||||
common_pid == 0
|
||||
|
||||
Attempt to set a filter using a non-common field for all events in the
|
||||
sched subsytem (all events but those that have a prev_pid field retain
|
||||
sched subsystem (all events but those that have a prev_pid field retain
|
||||
their old filters):
|
||||
|
||||
# cd /sys/kernel/debug/tracing/events/sched
|
||||
|
||||
+2
-2
@@ -1405,7 +1405,7 @@ acpi_os_invalidate_address(
|
||||
switch (space_id) {
|
||||
case ACPI_ADR_SPACE_SYSTEM_IO:
|
||||
case ACPI_ADR_SPACE_SYSTEM_MEMORY:
|
||||
/* Only interference checks against SystemIO and SytemMemory
|
||||
/* Only interference checks against SystemIO and SystemMemory
|
||||
are needed */
|
||||
res.start = address;
|
||||
res.end = address + length - 1;
|
||||
@@ -1457,7 +1457,7 @@ acpi_os_validate_address (
|
||||
switch (space_id) {
|
||||
case ACPI_ADR_SPACE_SYSTEM_IO:
|
||||
case ACPI_ADR_SPACE_SYSTEM_MEMORY:
|
||||
/* Only interference checks against SystemIO and SytemMemory
|
||||
/* Only interference checks against SystemIO and SystemMemory
|
||||
are needed */
|
||||
res = kzalloc(sizeof(struct acpi_res_list), GFP_KERNEL);
|
||||
if (!res)
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
* driver the list of errata that are relevant is below, going back to
|
||||
* PIIX4. Older device documentation is now a bit tricky to find.
|
||||
*
|
||||
* The chipsets all follow very much the same design. The orginal Triton
|
||||
* The chipsets all follow very much the same design. The original Triton
|
||||
* series chipsets do _not_ support independant device timings, but this
|
||||
* is fixed in Triton II. With the odd mobile exception the chips then
|
||||
* change little except in gaining more modes until SATA arrives. This
|
||||
|
||||
@@ -1342,7 +1342,7 @@ static void bus_reset_tasklet(unsigned long data)
|
||||
* was set up before this reset, the old one is now no longer
|
||||
* in use and we can free it. Update the config rom pointers
|
||||
* to point to the current config rom and clear the
|
||||
* next_config_rom pointer so a new udpate can take place.
|
||||
* next_config_rom pointer so a new update can take place.
|
||||
*/
|
||||
|
||||
if (ohci->next_config_rom != NULL) {
|
||||
|
||||
@@ -960,7 +960,7 @@ int drm_addbufs_pci(struct drm_device * dev, struct drm_buf_desc * request)
|
||||
dma->buflist[i + dma->buf_count] = &entry->buflist[i];
|
||||
}
|
||||
|
||||
/* No allocations failed, so now we can replace the orginal pagelist
|
||||
/* No allocations failed, so now we can replace the original pagelist
|
||||
* with the new one.
|
||||
*/
|
||||
if (dma->page_count) {
|
||||
|
||||
@@ -1474,7 +1474,7 @@ static void ipath_ht_quiet_serdes(struct ipath_devdata *dd)
|
||||
/**
|
||||
* ipath_pe_put_tid - write a TID in chip
|
||||
* @dd: the infinipath device
|
||||
* @tidptr: pointer to the expected TID (in chip) to udpate
|
||||
* @tidptr: pointer to the expected TID (in chip) to update
|
||||
* @tidtype: RCVHQ_RCV_TYPE_EAGER (1) for eager, RCVHQ_RCV_TYPE_EXPECTED (0) for expected
|
||||
* @pa: physical address of in memory buffer; ipath_tidinvalid if freeing
|
||||
*
|
||||
|
||||
@@ -1328,7 +1328,7 @@ bail:
|
||||
/**
|
||||
* ipath_pe_put_tid - write a TID in chip
|
||||
* @dd: the infinipath device
|
||||
* @tidptr: pointer to the expected TID (in chip) to udpate
|
||||
* @tidptr: pointer to the expected TID (in chip) to update
|
||||
* @tidtype: RCVHQ_RCV_TYPE_EAGER (1) for eager, RCVHQ_RCV_TYPE_EXPECTED (0) for expected
|
||||
* @pa: physical address of in memory buffer; ipath_tidinvalid if freeing
|
||||
*
|
||||
@@ -1394,7 +1394,7 @@ static void ipath_pe_put_tid(struct ipath_devdata *dd, u64 __iomem *tidptr,
|
||||
/**
|
||||
* ipath_pe_put_tid_2 - write a TID in chip, Revision 2 or higher
|
||||
* @dd: the infinipath device
|
||||
* @tidptr: pointer to the expected TID (in chip) to udpate
|
||||
* @tidptr: pointer to the expected TID (in chip) to update
|
||||
* @tidtype: RCVHQ_RCV_TYPE_EAGER (1) for eager, RCVHQ_RCV_TYPE_EXPECTED (0) for expected
|
||||
* @pa: physical address of in memory buffer; ipath_tidinvalid if freeing
|
||||
*
|
||||
|
||||
@@ -1738,7 +1738,7 @@ bail:
|
||||
/**
|
||||
* ipath_7220_put_tid - write a TID to the chip
|
||||
* @dd: the infinipath device
|
||||
* @tidptr: pointer to the expected TID (in chip) to udpate
|
||||
* @tidptr: pointer to the expected TID (in chip) to update
|
||||
* @tidtype: 0 for eager, 1 for expected
|
||||
* @pa: physical address of in memory buffer; ipath_tidinvalid if freeing
|
||||
*
|
||||
|
||||
@@ -309,7 +309,7 @@ wait_busy(hfc4s8s_hw * a)
|
||||
|
||||
/******************************************************/
|
||||
/* function to read critical counter registers that */
|
||||
/* may be udpated by the chip during read */
|
||||
/* may be updated by the chip during read */
|
||||
/******************************************************/
|
||||
static u_char
|
||||
Read_hfc8_stable(hfc4s8s_hw * hw, int reg)
|
||||
|
||||
@@ -188,7 +188,7 @@ struct wf_smu_sys_fans_state {
|
||||
};
|
||||
|
||||
/*
|
||||
* Configs for SMU Sytem Fan control loop
|
||||
* Configs for SMU System Fan control loop
|
||||
*/
|
||||
static struct wf_smu_sys_fans_param wf_smu_sys_all_params[] = {
|
||||
/* Model ID 2 */
|
||||
|
||||
@@ -300,7 +300,7 @@ static int jdvbt90502_set_frontend(struct dvb_frontend *fe,
|
||||
struct dvb_frontend_parameters *p)
|
||||
{
|
||||
/**
|
||||
* NOTE: ignore all the paramters except frequency.
|
||||
* NOTE: ignore all the parameters except frequency.
|
||||
* others should be fixed to the proper value for ISDB-T,
|
||||
* but don't check here.
|
||||
*/
|
||||
|
||||
@@ -737,7 +737,7 @@ static void smsc911x_phy_adjust_link(struct net_device *dev)
|
||||
SMSC_TRACE(HW, "configuring for carrier OK");
|
||||
if ((pdata->gpio_orig_setting & GPIO_CFG_LED1_EN_) &&
|
||||
(!pdata->using_extphy)) {
|
||||
/* Restore orginal GPIO configuration */
|
||||
/* Restore original GPIO configuration */
|
||||
pdata->gpio_setting = pdata->gpio_orig_setting;
|
||||
smsc911x_reg_write(pdata, GPIO_CFG,
|
||||
pdata->gpio_setting);
|
||||
@@ -751,7 +751,7 @@ static void smsc911x_phy_adjust_link(struct net_device *dev)
|
||||
if ((pdata->gpio_setting & GPIO_CFG_LED1_EN_) &&
|
||||
(!pdata->using_extphy)) {
|
||||
/* Force 10/100 LED off, after saving
|
||||
* orginal GPIO configuration */
|
||||
* original GPIO configuration */
|
||||
pdata->gpio_orig_setting = pdata->gpio_setting;
|
||||
|
||||
pdata->gpio_setting &= ~GPIO_CFG_LED1_EN_;
|
||||
|
||||
@@ -848,7 +848,7 @@ static int cpqhpc_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
|
||||
goto err_disable_device;
|
||||
}
|
||||
|
||||
/* Check for the proper subsytem ID's
|
||||
/* Check for the proper subsystem ID's
|
||||
* Intel uses a different SSID programming model than Compaq.
|
||||
* For Intel, each SSID bit identifies a PHP capability.
|
||||
* Also Intel HPC's may have RID=0.
|
||||
|
||||
+1
-1
@@ -1506,7 +1506,7 @@ int pci_prepare_to_sleep(struct pci_dev *dev)
|
||||
* pci_back_from_sleep - turn PCI device on during system-wide transition into working state
|
||||
* @dev: Device to handle.
|
||||
*
|
||||
* Disable device's sytem wake-up capability and put it into D0.
|
||||
* Disable device's system wake-up capability and put it into D0.
|
||||
*/
|
||||
int pci_back_from_sleep(struct pci_dev *dev)
|
||||
{
|
||||
|
||||
@@ -119,7 +119,7 @@ enum ps3_sys_manager_service_id {
|
||||
* enum ps3_sys_manager_attr - Notification attribute (bit position mask).
|
||||
* @PS3_SM_ATTR_POWER: Power button.
|
||||
* @PS3_SM_ATTR_RESET: Reset button, not available on retail console.
|
||||
* @PS3_SM_ATTR_THERMAL: Sytem thermal alert.
|
||||
* @PS3_SM_ATTR_THERMAL: System thermal alert.
|
||||
* @PS3_SM_ATTR_CONTROLLER: Remote controller event.
|
||||
* @PS3_SM_ATTR_ALL: Logical OR of all.
|
||||
*
|
||||
|
||||
@@ -1538,7 +1538,7 @@ EXPORT_SYMBOL_GPL(regulator_count_voltages);
|
||||
* Context: can sleep
|
||||
*
|
||||
* Returns a voltage that can be passed to @regulator_set_voltage(),
|
||||
* zero if this selector code can't be used on this sytem, or a
|
||||
* zero if this selector code can't be used on this system, or a
|
||||
* negative errno.
|
||||
*/
|
||||
int regulator_list_voltage(struct regulator *regulator, unsigned selector)
|
||||
|
||||
@@ -102,7 +102,7 @@ static struct sclp_req *cpi_prepare_req(void)
|
||||
/* set system name */
|
||||
set_data(evb->system_name, system_name);
|
||||
|
||||
/* set sytem level */
|
||||
/* set system level */
|
||||
evb->system_level = system_level;
|
||||
|
||||
/* set sysplex name */
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user