mirror of https://gitee.com/openkylin/linux.git
treewide: Fix typos in printk and comment
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
ce03cb2064
commit
cf2fbdd26f
|
@ -53,7 +53,7 @@ menuconfig ARC_HAS_BVCI_LAT_UNIT
|
|||
bool "BVCI Bus Latency Unit"
|
||||
depends on ARC_BOARD_ML509 || ARC_BOARD_ANGEL4
|
||||
help
|
||||
IP to add artifical latency to BVCI Bus Based FPGA builds.
|
||||
IP to add artificial latency to BVCI Bus Based FPGA builds.
|
||||
The default latency (even worst case) for FPGA is non-realistic
|
||||
(~10 SDRAM, ~5 SSRAM).
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#define SPORT_CTL_LAFS 0x00020000 /* Late Transmit frame select */
|
||||
#define SPORT_CTL_RJUST 0x00040000 /* Right Justified mode select */
|
||||
#define SPORT_CTL_FSED 0x00080000 /* External frame sync edge select */
|
||||
#define SPORT_CTL_TFIEN 0x00100000 /* Transmit finish interrrupt enable select */
|
||||
#define SPORT_CTL_TFIEN 0x00100000 /* Transmit finish interrupt enable select */
|
||||
#define SPORT_CTL_GCLKEN 0x00200000 /* Gated clock mode select */
|
||||
#define SPORT_CTL_SPENSEC 0x01000000 /* Enable secondary channel */
|
||||
#define SPORT_CTL_SPTRAN 0x02000000 /* Data direction control */
|
||||
|
|
|
@ -33,7 +33,7 @@ struct irq_class {
|
|||
};
|
||||
|
||||
/*
|
||||
* The list of "main" irq classes on s390. This is the list of interrrupts
|
||||
* The list of "main" irq classes on s390. This is the list of interrupts
|
||||
* that appear both in /proc/stat ("intr" line) and /proc/interrupts.
|
||||
* Historically only external and I/O interrupts have been part of /proc/stat.
|
||||
* We can't add the split external and I/O sub classes since the first field
|
||||
|
|
|
@ -67,7 +67,7 @@ TRACE_EVENT(kvm_s390_sie_fault,
|
|||
#define sie_intercept_code \
|
||||
{0x04, "Instruction"}, \
|
||||
{0x08, "Program interruption"}, \
|
||||
{0x0C, "Instruction and program interuption"}, \
|
||||
{0x0C, "Instruction and program interruption"}, \
|
||||
{0x10, "External request"}, \
|
||||
{0x14, "External interruption"}, \
|
||||
{0x18, "I/O request"}, \
|
||||
|
|
|
@ -66,7 +66,7 @@ static void build_instantiation_desc(u32 *desc)
|
|||
|
||||
/*
|
||||
* load 1 to clear written reg:
|
||||
* resets the done interrrupt and returns the RNG to idle.
|
||||
* resets the done interrupt and returns the RNG to idle.
|
||||
*/
|
||||
append_load_imm_u32(desc, 1, LDST_SRCDST_WORD_CLRW);
|
||||
|
||||
|
|
|
@ -270,7 +270,7 @@ int radeon_irq_kms_init(struct radeon_device *rdev)
|
|||
}
|
||||
|
||||
/**
|
||||
* radeon_irq_kms_fini - tear down driver interrrupt info
|
||||
* radeon_irq_kms_fini - tear down driver interrupt info
|
||||
*
|
||||
* @rdev: radeon device pointer
|
||||
*
|
||||
|
|
|
@ -199,7 +199,7 @@ static int puv3_i2c_probe(struct platform_device *pdev)
|
|||
|
||||
adapter = kzalloc(sizeof(struct i2c_adapter), GFP_KERNEL);
|
||||
if (adapter == NULL) {
|
||||
dev_err(&pdev->dev, "can't allocate inteface!\n");
|
||||
dev_err(&pdev->dev, "can't allocate interface!\n");
|
||||
rc = -ENOMEM;
|
||||
goto fail_nomem;
|
||||
}
|
||||
|
|
|
@ -2089,7 +2089,7 @@ static int qla4_8xxx_minidump_process_rdmem(struct scsi_qla_host *ha,
|
|||
|
||||
if (r_addr & 0xf) {
|
||||
DEBUG2(ql4_printk(KERN_INFO, ha,
|
||||
"[%s]: Read addr 0x%x not 16 bytes alligned\n",
|
||||
"[%s]: Read addr 0x%x not 16 bytes aligned\n",
|
||||
__func__, r_addr));
|
||||
return QLA_ERROR;
|
||||
}
|
||||
|
|
|
@ -705,7 +705,7 @@ static int uss720_probe(struct usb_interface *intf,
|
|||
return -ENODEV;
|
||||
}
|
||||
i = usb_set_interface(usbdev, intf->altsetting->desc.bInterfaceNumber, 2);
|
||||
dev_dbg(&intf->dev, "set inteface result %d\n", i);
|
||||
dev_dbg(&intf->dev, "set interface result %d\n", i);
|
||||
|
||||
interface = intf->cur_altsetting;
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ DEFINE_EVENT(timer_class, timer_cancel,
|
|||
|
||||
/**
|
||||
* hrtimer_init - called when the hrtimer is initialized
|
||||
* @timer: pointer to struct hrtimer
|
||||
* @hrtimer: pointer to struct hrtimer
|
||||
* @clockid: the hrtimers clock
|
||||
* @mode: the hrtimers mode
|
||||
*/
|
||||
|
@ -155,7 +155,7 @@ TRACE_EVENT(hrtimer_init,
|
|||
|
||||
/**
|
||||
* hrtimer_start - called when the hrtimer is started
|
||||
* @timer: pointer to struct hrtimer
|
||||
* @hrtimer: pointer to struct hrtimer
|
||||
*/
|
||||
TRACE_EVENT(hrtimer_start,
|
||||
|
||||
|
@ -186,8 +186,8 @@ TRACE_EVENT(hrtimer_start,
|
|||
);
|
||||
|
||||
/**
|
||||
* htimmer_expire_entry - called immediately before the hrtimer callback
|
||||
* @timer: pointer to struct hrtimer
|
||||
* hrtimer_expire_entry - called immediately before the hrtimer callback
|
||||
* @hrtimer: pointer to struct hrtimer
|
||||
* @now: pointer to variable which contains current time of the
|
||||
* timers base.
|
||||
*
|
||||
|
@ -234,7 +234,7 @@ DECLARE_EVENT_CLASS(hrtimer_class,
|
|||
|
||||
/**
|
||||
* hrtimer_expire_exit - called immediately after the hrtimer callback returns
|
||||
* @timer: pointer to struct hrtimer
|
||||
* @hrtimer: pointer to struct hrtimer
|
||||
*
|
||||
* When used in combination with the hrtimer_expire_entry tracepoint we can
|
||||
* determine the runtime of the callback function.
|
||||
|
|
|
@ -1175,7 +1175,7 @@ static void snd_mixart_proc_read(struct snd_info_entry *entry,
|
|||
|
||||
snd_iprintf(buffer, "\tstreaming : %d\n", streaming);
|
||||
snd_iprintf(buffer, "\tmailbox : %d\n", mailbox);
|
||||
snd_iprintf(buffer, "\tinterrups handling : %d\n\n", interr);
|
||||
snd_iprintf(buffer, "\tinterrupts handling : %d\n\n", interr);
|
||||
}
|
||||
} /* endif elf loaded */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue