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:
Masanari Iida 2013-03-16 20:53:05 +09:00 committed by Jiri Kosina
parent ce03cb2064
commit cf2fbdd26f
11 changed files with 15 additions and 15 deletions

View file

@ -53,7 +53,7 @@ menuconfig ARC_HAS_BVCI_LAT_UNIT
bool "BVCI Bus Latency Unit" bool "BVCI Bus Latency Unit"
depends on ARC_BOARD_ML509 || ARC_BOARD_ANGEL4 depends on ARC_BOARD_ML509 || ARC_BOARD_ANGEL4
help 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 The default latency (even worst case) for FPGA is non-realistic
(~10 SDRAM, ~5 SSRAM). (~10 SDRAM, ~5 SSRAM).

View file

@ -41,7 +41,7 @@
#define SPORT_CTL_LAFS 0x00020000 /* Late Transmit frame select */ #define SPORT_CTL_LAFS 0x00020000 /* Late Transmit frame select */
#define SPORT_CTL_RJUST 0x00040000 /* Right Justified mode select */ #define SPORT_CTL_RJUST 0x00040000 /* Right Justified mode select */
#define SPORT_CTL_FSED 0x00080000 /* External frame sync edge 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_GCLKEN 0x00200000 /* Gated clock mode select */
#define SPORT_CTL_SPENSEC 0x01000000 /* Enable secondary channel */ #define SPORT_CTL_SPENSEC 0x01000000 /* Enable secondary channel */
#define SPORT_CTL_SPTRAN 0x02000000 /* Data direction control */ #define SPORT_CTL_SPTRAN 0x02000000 /* Data direction control */

View file

@ -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. * that appear both in /proc/stat ("intr" line) and /proc/interrupts.
* Historically only external and I/O interrupts have been part of /proc/stat. * 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 * We can't add the split external and I/O sub classes since the first field

View file

@ -67,7 +67,7 @@ TRACE_EVENT(kvm_s390_sie_fault,
#define sie_intercept_code \ #define sie_intercept_code \
{0x04, "Instruction"}, \ {0x04, "Instruction"}, \
{0x08, "Program interruption"}, \ {0x08, "Program interruption"}, \
{0x0C, "Instruction and program interuption"}, \ {0x0C, "Instruction and program interruption"}, \
{0x10, "External request"}, \ {0x10, "External request"}, \
{0x14, "External interruption"}, \ {0x14, "External interruption"}, \
{0x18, "I/O request"}, \ {0x18, "I/O request"}, \

View file

@ -66,7 +66,7 @@ static void build_instantiation_desc(u32 *desc)
/* /*
* load 1 to clear written reg: * 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); append_load_imm_u32(desc, 1, LDST_SRCDST_WORD_CLRW);

View file

@ -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 * @rdev: radeon device pointer
* *

View file

@ -199,7 +199,7 @@ static int puv3_i2c_probe(struct platform_device *pdev)
adapter = kzalloc(sizeof(struct i2c_adapter), GFP_KERNEL); adapter = kzalloc(sizeof(struct i2c_adapter), GFP_KERNEL);
if (adapter == NULL) { if (adapter == NULL) {
dev_err(&pdev->dev, "can't allocate inteface!\n"); dev_err(&pdev->dev, "can't allocate interface!\n");
rc = -ENOMEM; rc = -ENOMEM;
goto fail_nomem; goto fail_nomem;
} }

View file

@ -2089,7 +2089,7 @@ static int qla4_8xxx_minidump_process_rdmem(struct scsi_qla_host *ha,
if (r_addr & 0xf) { if (r_addr & 0xf) {
DEBUG2(ql4_printk(KERN_INFO, ha, 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)); __func__, r_addr));
return QLA_ERROR; return QLA_ERROR;
} }

View file

@ -705,7 +705,7 @@ static int uss720_probe(struct usb_interface *intf,
return -ENODEV; return -ENODEV;
} }
i = usb_set_interface(usbdev, intf->altsetting->desc.bInterfaceNumber, 2); 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; interface = intf->cur_altsetting;

View file

@ -123,7 +123,7 @@ DEFINE_EVENT(timer_class, timer_cancel,
/** /**
* hrtimer_init - called when the hrtimer is initialized * hrtimer_init - called when the hrtimer is initialized
* @timer: pointer to struct hrtimer * @hrtimer: pointer to struct hrtimer
* @clockid: the hrtimers clock * @clockid: the hrtimers clock
* @mode: the hrtimers mode * @mode: the hrtimers mode
*/ */
@ -155,7 +155,7 @@ TRACE_EVENT(hrtimer_init,
/** /**
* hrtimer_start - called when the hrtimer is started * hrtimer_start - called when the hrtimer is started
* @timer: pointer to struct hrtimer * @hrtimer: pointer to struct hrtimer
*/ */
TRACE_EVENT(hrtimer_start, TRACE_EVENT(hrtimer_start,
@ -186,8 +186,8 @@ TRACE_EVENT(hrtimer_start,
); );
/** /**
* htimmer_expire_entry - called immediately before the hrtimer callback * hrtimer_expire_entry - called immediately before the hrtimer callback
* @timer: pointer to struct hrtimer * @hrtimer: pointer to struct hrtimer
* @now: pointer to variable which contains current time of the * @now: pointer to variable which contains current time of the
* timers base. * timers base.
* *
@ -234,7 +234,7 @@ DECLARE_EVENT_CLASS(hrtimer_class,
/** /**
* hrtimer_expire_exit - called immediately after the hrtimer callback returns * 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 * When used in combination with the hrtimer_expire_entry tracepoint we can
* determine the runtime of the callback function. * determine the runtime of the callback function.

View file

@ -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, "\tstreaming : %d\n", streaming);
snd_iprintf(buffer, "\tmailbox : %d\n", mailbox); 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 */ } /* endif elf loaded */
} }