forked from Minki/linux
treewide: fix comments and printk msgs
This patch fixed several typo in printk from various part of kernel source. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
97e81acd31
commit
8faaaead62
@ -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 */
|
||||
};
|
||||
@ -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");
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -2126,7 +2126,7 @@ bug_out:
|
||||
|
||||
spin_unlock_irqrestore(&sc->lmc_lock, flags);
|
||||
|
||||
lmc_trace(dev, "lmc_driver_timout out");
|
||||
lmc_trace(dev, "lmc_driver_timeout out");
|
||||
|
||||
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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 */
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user