Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Fix typo in printk and comments

Fix typo in printk and comments within various drivers.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Masanari Iida and committed by
Jiri Kosina
b23f7a09 372c1d6d

+19 -19
+1 -1
arch/arm/kvm/arm.c
··· 613 613 614 614 if (hsr_ec >= ARRAY_SIZE(arm_exit_handlers) 615 615 || !arm_exit_handlers[hsr_ec]) { 616 - kvm_err("Unkown exception class: %#08lx, " 616 + kvm_err("Unknown exception class: %#08lx, " 617 617 "hsr: %#08x\n", hsr_ec, 618 618 (unsigned int)vcpu->arch.hsr); 619 619 BUG();
+2 -2
drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c
··· 591 591 DCBX_READ_REMOTE_MIB); 592 592 593 593 if (rc) { 594 - BNX2X_ERR("Faild to read remote mib from FW\n"); 594 + BNX2X_ERR("Failed to read remote mib from FW\n"); 595 595 return rc; 596 596 } 597 597 ··· 619 619 DCBX_READ_LOCAL_MIB); 620 620 621 621 if (rc) { 622 - BNX2X_ERR("Faild to read local mib from FW\n"); 622 + BNX2X_ERR("Failed to read local mib from FW\n"); 623 623 return rc; 624 624 } 625 625
+1 -1
drivers/remoteproc/remoteproc_core.c
··· 59 59 { 60 60 if (type < ARRAY_SIZE(rproc_crash_names)) 61 61 return rproc_crash_names[type]; 62 - return "unkown"; 62 + return "unknown"; 63 63 } 64 64 65 65 /*
+1 -1
drivers/scsi/be2iscsi/be_iscsi.c
··· 369 369 break; 370 370 default: 371 371 beiscsi_log(phba, KERN_WARNING, BEISCSI_LOG_CONFIG, 372 - "BS_%d : Unkown Param Type : %d\n", 372 + "BS_%d : Unknown Param Type : %d\n", 373 373 iface_param->param); 374 374 return -ENOSYS; 375 375 }
+1 -1
drivers/scsi/be2iscsi/be_mgmt.c
··· 1292 1292 break; 1293 1293 default: 1294 1294 return snprintf(buf, PAGE_SIZE, 1295 - "Unkown Adapter Family: 0x%x\n", dev_id); 1295 + "Unknown Adapter Family: 0x%x\n", dev_id); 1296 1296 break; 1297 1297 } 1298 1298 }
+6 -6
drivers/scsi/bnx2i/bnx2i.h
··· 580 580 * @sq_mem_size: SQ size 581 581 * @sq_prod_qe: SQ producer entry pointer 582 582 * @sq_cons_qe: SQ consumer entry pointer 583 - * @sq_first_qe: virtaul address of first entry in SQ 584 - * @sq_last_qe: virtaul address of last entry in SQ 583 + * @sq_first_qe: virtual address of first entry in SQ 584 + * @sq_last_qe: virtual address of last entry in SQ 585 585 * @sq_prod_idx: SQ producer index 586 586 * @sq_cons_idx: SQ consumer index 587 587 * @sqe_left: number sq entry left ··· 593 593 * @cq_mem_size: CQ size 594 594 * @cq_prod_qe: CQ producer entry pointer 595 595 * @cq_cons_qe: CQ consumer entry pointer 596 - * @cq_first_qe: virtaul address of first entry in CQ 597 - * @cq_last_qe: virtaul address of last entry in CQ 596 + * @cq_first_qe: virtual address of first entry in CQ 597 + * @cq_last_qe: virtual address of last entry in CQ 598 598 * @cq_prod_idx: CQ producer index 599 599 * @cq_cons_idx: CQ consumer index 600 600 * @cqe_left: number cq entry left ··· 608 608 * @rq_mem_size: RQ size 609 609 * @rq_prod_qe: RQ producer entry pointer 610 610 * @rq_cons_qe: RQ consumer entry pointer 611 - * @rq_first_qe: virtaul address of first entry in RQ 612 - * @rq_last_qe: virtaul address of last entry in RQ 611 + * @rq_first_qe: virtual address of first entry in RQ 612 + * @rq_last_qe: virtual address of last entry in RQ 613 613 * @rq_prod_idx: RQ producer index 614 614 * @rq_cons_idx: RQ consumer index 615 615 * @rqe_left: number rq entry left
+6 -6
drivers/scsi/csiostor/csio_mb.c
··· 182 182 * @tmo: Command timeout. 183 183 * @pf: PF number. 184 184 * @vf: VF number. 185 - * @nparams: Number of paramters 185 + * @nparams: Number of parameters 186 186 * @params: Parameter mnemonic array. 187 187 * @val: Parameter value array. 188 188 * @wr: Write/Read PARAMS. ··· 721 721 * @mbp: Mailbox structure to initialize 722 722 * @priv: Private data 723 723 * @mb_tmo: Mailbox time-out period (in ms). 724 - * @eq_ofld_params: (Offload) Egress queue paramters. 724 + * @eq_ofld_params: (Offload) Egress queue parameters. 725 725 * @cbfn: The call-back function 726 726 * 727 727 * ··· 752 752 * @priv: Private data 753 753 * @mb_tmo: Mailbox time-out period (in ms). 754 754 * @cascaded_req: TRUE - if this request is cascased with Eq-alloc request. 755 - * @eq_ofld_params: (Offload) Egress queue paramters. 755 + * @eq_ofld_params: (Offload) Egress queue parameters. 756 756 * @cbfn: The call-back function 757 757 * 758 758 * ··· 817 817 * @mbp: Mailbox structure to initialize 818 818 * @priv: Private data. 819 819 * @mb_tmo: Mailbox time-out period (in ms). 820 - * @eq_ofld_params: (Offload) Egress queue paramters. 820 + * @eq_ofld_params: (Offload) Egress queue parameters. 821 821 * @cbfn: The call-back function 822 822 * 823 823 * ··· 840 840 * @hw: The HW structure. 841 841 * @mbp: Mailbox structure to initialize. 842 842 * @retval: Firmware return value. 843 - * @eq_ofld_params: (Offload) Egress queue paramters. 843 + * @eq_ofld_params: (Offload) Egress queue parameters. 844 844 * 845 845 */ 846 846 void ··· 870 870 * @mbp: Mailbox structure to initialize 871 871 * @priv: Private data area. 872 872 * @mb_tmo: Mailbox time-out period (in ms). 873 - * @eq_ofld_params: (Offload) Egress queue paramters, that is to be freed. 873 + * @eq_ofld_params: (Offload) Egress queue parameters, that is to be freed. 874 874 * @cbfn: The call-back function 875 875 * 876 876 *
+1 -1
include/sound/pcm.h
··· 867 867 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples); 868 868 const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format); 869 869 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames); 870 - snd_pcm_format_t snd_pcm_build_linear_format(int width, int unsignd, int big_endian); 870 + snd_pcm_format_t snd_pcm_build_linear_format(int width, int unsigned, int big_endian); 871 871 872 872 void snd_pcm_set_ops(struct snd_pcm * pcm, int direction, struct snd_pcm_ops *ops); 873 873 void snd_pcm_set_sync(struct snd_pcm_substream *substream);