Skip to content

Commit

Permalink
treewide: fix comments and printk msgs
Browse files Browse the repository at this point in the history
This patch fixed several typo in printk from various
part of kernel source.

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
standby24x7 authored and Jiri Kosina committed Jan 7, 2014
1 parent 97e81ac commit 8faaaea
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/platforms/powernv/opal-flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ struct opal_sg_list {

struct validate_flash_t {
int status; /* Return status */
void *buf; /* Candiate image buffer */
void *buf; /* Candidate image buffer */
uint32_t buf_size; /* Image size */
uint32_t result; /* Update results token */
};
Expand Down Expand Up @@ -500,7 +500,7 @@ static int alloc_image_buf(char *buffer, size_t count)

memcpy(&image_header, (void *)buffer, sizeof(struct image_header_t));
image_data.size = be32_to_cpu(image_header.size);
pr_debug("FLASH: Candiate image size = %u\n", image_data.size);
pr_debug("FLASH: Candidate image size = %u\n", image_data.size);

if (image_data.size > MAX_IMAGE_SIZE) {
pr_warn("FLASH: Too large image\n");
Expand Down
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-stu300.c
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ static int stu300_xfer_msg(struct i2c_adapter *adap,
/* Check that the bus is free, or wait until some timeout occurs */
ret = stu300_wait_while_busy(dev);
if (ret != 0) {
dev_err(&dev->pdev->dev, "timout waiting for transfer "
dev_err(&dev->pdev->dev, "timeout waiting for transfer "
"to commence.\n");
goto exit_disable;
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/fsa9480.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ static int fsa9480_irq_init(struct fsa9480_usbsw *usbsw)
IRQF_TRIGGER_FALLING | IRQF_ONESHOT,
"fsa9480 micro USB", usbsw);
if (ret) {
dev_err(&client->dev, "failed to reqeust IRQ\n");
dev_err(&client->dev, "failed to request IRQ\n");
return ret;
}

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/mei/nfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ static void mei_nfc_init(struct work_struct *work)
mutex_unlock(&dev->device_lock);

if (mei_nfc_if_version(ndev) < 0) {
dev_err(&dev->pdev->dev, "Could not get the NFC interfave version");
dev_err(&dev->pdev->dev, "Could not get the NFC interface version");

goto err;
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wan/lmc/lmc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@ static void lmc_driver_timeout(struct net_device *dev)

spin_unlock_irqrestore(&sc->lmc_lock, flags);

lmc_trace(dev, "lmc_driver_timout out");
lmc_trace(dev, "lmc_driver_timeout out");


}
2 changes: 1 addition & 1 deletion drivers/scsi/qla2xxx/qla_nx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -2253,7 +2253,7 @@ qla8044_minidump_process_rdmem(struct scsi_qla_host *vha,

if (r_addr & 0xf) {
ql_dbg(ql_dbg_p3p, vha, 0xb0f1,
"[%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_FUNCTION_FAILED;
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/scsi/qla4xxx/ql4_83xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ int qla4_83xx_drv_lock(struct scsi_qla_host *ha)
}
/* Recovery Failed, some other function
* has the lock, wait for 2secs and retry */
ql4_printk(KERN_INFO, ha, "%s: IDC lock Recovery by %d failed, Retrying timout\n",
ql4_printk(KERN_INFO, ha, "%s: IDC lock Recovery by %d failed, Retrying timeout\n",
__func__, ha->func_num);
timeout = 0;
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/tty/serial/crisv10.c
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ static void flush_timeout_function(unsigned long data)

fast_timers[info->line].function = NULL;
serial_fast_timer_expired++;
TIMERD(DEBUG_LOG(info->line, "flush_timout %i ", info->line));
TIMERD(DEBUG_LOG(info->line, "flush_timeout %i ", info->line));
TIMERD(DEBUG_LOG(info->line, "num expired: %i\n", serial_fast_timer_expired));
check_flush_timeout(info);
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/serial/kobil_sct.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ static int kobil_open(struct tty_struct *tty, struct usb_serial_port *port)
KOBIL_TIMEOUT
);
dev_dbg(dev, "%s - Send get_HW_version URB returns: %i\n", __func__, result);
dev_dbg(dev, "Harware version: %i.%i.%i\n", transfer_buffer[0],
dev_dbg(dev, "Hardware version: %i.%i.%i\n", transfer_buffer[0],
transfer_buffer[1], transfer_buffer[2]);

/* get firmware version */
Expand Down
2 changes: 1 addition & 1 deletion fs/btrfs/tests/free-space-tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static int test_bitmaps_and_extents(struct btrfs_block_group_cache *cache)
}

if (test_check_exists(cache, 512 * 1024, 3 * 1024 * 1024)) {
test_msg("Left over peices after removing overlapping\n");
test_msg("Left over pieces after removing overlapping\n");
return -1;
}

Expand Down
2 changes: 1 addition & 1 deletion net/nfc/hci/llc_shdlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ static void llc_shdlc_rcv_rej(struct llc_shdlc *shdlc, int y_nr)
{
struct sk_buff *skb;

pr_debug("remote asks retransmition from frame %d\n", y_nr);
pr_debug("remote asks retransmission from frame %d\n", y_nr);

if (llc_shdlc_x_lteq_y_lt_z(shdlc->dnr, y_nr, shdlc->ns)) {
if (shdlc->t2_active) {
Expand Down

0 comments on commit 8faaaea

Please sign in to comment.