diff options
Diffstat (limited to 'drivers')
46 files changed, 83 insertions, 79 deletions
diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c index 3f94a886bb35..c76e65927b0e 100644 --- a/drivers/ata/pata_pdc2027x.c +++ b/drivers/ata/pata_pdc2027x.c | |||
@@ -63,7 +63,9 @@ enum { | |||
63 | }; | 63 | }; |
64 | 64 | ||
65 | static int pdc2027x_init_one(struct pci_dev *pdev, const struct pci_device_id *ent); | 65 | static int pdc2027x_init_one(struct pci_dev *pdev, const struct pci_device_id *ent); |
66 | #ifdef CONFIG_PM | ||
66 | static int pdc2027x_reinit_one(struct pci_dev *pdev); | 67 | static int pdc2027x_reinit_one(struct pci_dev *pdev); |
68 | #endif | ||
67 | static int pdc2027x_prereset(struct ata_link *link, unsigned long deadline); | 69 | static int pdc2027x_prereset(struct ata_link *link, unsigned long deadline); |
68 | static void pdc2027x_set_piomode(struct ata_port *ap, struct ata_device *adev); | 70 | static void pdc2027x_set_piomode(struct ata_port *ap, struct ata_device *adev); |
69 | static void pdc2027x_set_dmamode(struct ata_port *ap, struct ata_device *adev); | 71 | static void pdc2027x_set_dmamode(struct ata_port *ap, struct ata_device *adev); |
diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 608f82fed632..dfc6fd0ac119 100644 --- a/drivers/ata/sata_fsl.c +++ b/drivers/ata/sata_fsl.c | |||
@@ -311,7 +311,7 @@ static void fsl_sata_set_irq_coalescing(struct ata_host *host, | |||
311 | intr_coalescing_ticks = ticks; | 311 | intr_coalescing_ticks = ticks; |
312 | spin_unlock(&host->lock); | 312 | spin_unlock(&host->lock); |
313 | 313 | ||
314 | DPRINTK("intrrupt coalescing, count = 0x%x, ticks = %x\n", | 314 | DPRINTK("interrupt coalescing, count = 0x%x, ticks = %x\n", |
315 | intr_coalescing_count, intr_coalescing_ticks); | 315 | intr_coalescing_count, intr_coalescing_ticks); |
316 | DPRINTK("ICC register status: (hcr base: 0x%x) = 0x%x\n", | 316 | DPRINTK("ICC register status: (hcr base: 0x%x) = 0x%x\n", |
317 | hcr_base, ioread32(hcr_base + ICC)); | 317 | hcr_base, ioread32(hcr_base + ICC)); |
diff --git a/drivers/clk/mvebu/clk-core.c b/drivers/clk/mvebu/clk-core.c index 2628610c1929..0a53edbae8b8 100644 --- a/drivers/clk/mvebu/clk-core.c +++ b/drivers/clk/mvebu/clk-core.c | |||
@@ -157,7 +157,7 @@ static u32 __init armada_370_get_cpu_freq(void __iomem *sar) | |||
157 | cpu_freq_select = ((readl(sar) >> SARL_A370_PCLK_FREQ_OPT) & | 157 | cpu_freq_select = ((readl(sar) >> SARL_A370_PCLK_FREQ_OPT) & |
158 | SARL_A370_PCLK_FREQ_OPT_MASK); | 158 | SARL_A370_PCLK_FREQ_OPT_MASK); |
159 | if (cpu_freq_select >= ARRAY_SIZE(armada_370_cpu_frequencies)) { | 159 | if (cpu_freq_select >= ARRAY_SIZE(armada_370_cpu_frequencies)) { |
160 | pr_err("CPU freq select unsuported %d\n", cpu_freq_select); | 160 | pr_err("CPU freq select unsupported %d\n", cpu_freq_select); |
161 | cpu_freq = 0; | 161 | cpu_freq = 0; |
162 | } else | 162 | } else |
163 | cpu_freq = armada_370_cpu_frequencies[cpu_freq_select]; | 163 | cpu_freq = armada_370_cpu_frequencies[cpu_freq_select]; |
@@ -279,7 +279,7 @@ static u32 __init armada_xp_get_cpu_freq(void __iomem *sar) | |||
279 | SARH_AXP_PCLK_FREQ_OPT_MASK) | 279 | SARH_AXP_PCLK_FREQ_OPT_MASK) |
280 | << SARH_AXP_PCLK_FREQ_OPT_SHIFT); | 280 | << SARH_AXP_PCLK_FREQ_OPT_SHIFT); |
281 | if (cpu_freq_select >= ARRAY_SIZE(armada_xp_cpu_frequencies)) { | 281 | if (cpu_freq_select >= ARRAY_SIZE(armada_xp_cpu_frequencies)) { |
282 | pr_err("CPU freq select unsuported: %d\n", cpu_freq_select); | 282 | pr_err("CPU freq select unsupported: %d\n", cpu_freq_select); |
283 | cpu_freq = 0; | 283 | cpu_freq = 0; |
284 | } else | 284 | } else |
285 | cpu_freq = armada_xp_cpu_frequencies[cpu_freq_select]; | 285 | cpu_freq = armada_xp_cpu_frequencies[cpu_freq_select]; |
diff --git a/drivers/crypto/caam/ctrl.c b/drivers/crypto/caam/ctrl.c index 1c56f63524f2..8acf00490fd5 100644 --- a/drivers/crypto/caam/ctrl.c +++ b/drivers/crypto/caam/ctrl.c | |||
@@ -66,7 +66,7 @@ static void build_instantiation_desc(u32 *desc) | |||
66 | 66 | ||
67 | /* | 67 | /* |
68 | * load 1 to clear written reg: | 68 | * load 1 to clear written reg: |
69 | * resets the done interrrupt and returns the RNG to idle. | 69 | * resets the done interrupt and returns the RNG to idle. |
70 | */ | 70 | */ |
71 | append_load_imm_u32(desc, 1, LDST_SRCDST_WORD_CLRW); | 71 | append_load_imm_u32(desc, 1, LDST_SRCDST_WORD_CLRW); |
72 | 72 | ||
diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index 8fc93f90a7cd..c3f5bd8a5077 100644 --- a/drivers/gpu/drm/i915/intel_dp.c +++ b/drivers/gpu/drm/i915/intel_dp.c | |||
@@ -2028,7 +2028,7 @@ intel_dp_complete_link_train(struct intel_dp *intel_dp) | |||
2028 | } | 2028 | } |
2029 | 2029 | ||
2030 | if (channel_eq) | 2030 | if (channel_eq) |
2031 | DRM_DEBUG_KMS("Channel EQ done. DP Training successfull\n"); | 2031 | DRM_DEBUG_KMS("Channel EQ done. DP Training successful\n"); |
2032 | 2032 | ||
2033 | intel_dp_set_link_train(intel_dp, DP, DP_TRAINING_PATTERN_DISABLE); | 2033 | intel_dp_set_link_train(intel_dp, DP, DP_TRAINING_PATTERN_DISABLE); |
2034 | } | 2034 | } |
diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/gpu/drm/i915/intel_sdvo.c index d07a8cdf998e..78413ec623c9 100644 --- a/drivers/gpu/drm/i915/intel_sdvo.c +++ b/drivers/gpu/drm/i915/intel_sdvo.c | |||
@@ -451,7 +451,7 @@ static bool intel_sdvo_write_cmd(struct intel_sdvo *intel_sdvo, u8 cmd, | |||
451 | int i, ret = true; | 451 | int i, ret = true; |
452 | 452 | ||
453 | /* Would be simpler to allocate both in one go ? */ | 453 | /* Would be simpler to allocate both in one go ? */ |
454 | buf = (u8 *)kzalloc(args_len * 2 + 2, GFP_KERNEL); | 454 | buf = kzalloc(args_len * 2 + 2, GFP_KERNEL); |
455 | if (!buf) | 455 | if (!buf) |
456 | return false; | 456 | return false; |
457 | 457 | ||
diff --git a/drivers/gpu/drm/radeon/radeon_irq_kms.c b/drivers/gpu/drm/radeon/radeon_irq_kms.c index 48f80cd42d8f..5a99d433fc35 100644 --- a/drivers/gpu/drm/radeon/radeon_irq_kms.c +++ b/drivers/gpu/drm/radeon/radeon_irq_kms.c | |||
@@ -270,7 +270,7 @@ int radeon_irq_kms_init(struct radeon_device *rdev) | |||
270 | } | 270 | } |
271 | 271 | ||
272 | /** | 272 | /** |
273 | * radeon_irq_kms_fini - tear down driver interrrupt info | 273 | * radeon_irq_kms_fini - tear down driver interrupt info |
274 | * | 274 | * |
275 | * @rdev: radeon device pointer | 275 | * @rdev: radeon device pointer |
276 | * | 276 | * |
diff --git a/drivers/i2c/busses/i2c-puv3.c b/drivers/i2c/busses/i2c-puv3.c index 261d7db437e2..8acef657abf3 100644 --- a/drivers/i2c/busses/i2c-puv3.c +++ b/drivers/i2c/busses/i2c-puv3.c | |||
@@ -199,7 +199,7 @@ static int puv3_i2c_probe(struct platform_device *pdev) | |||
199 | 199 | ||
200 | adapter = kzalloc(sizeof(struct i2c_adapter), GFP_KERNEL); | 200 | adapter = kzalloc(sizeof(struct i2c_adapter), GFP_KERNEL); |
201 | if (adapter == NULL) { | 201 | if (adapter == NULL) { |
202 | dev_err(&pdev->dev, "can't allocate inteface!\n"); | 202 | dev_err(&pdev->dev, "can't allocate interface!\n"); |
203 | rc = -ENOMEM; | 203 | rc = -ENOMEM; |
204 | goto fail_nomem; | 204 | goto fail_nomem; |
205 | } | 205 | } |
diff --git a/drivers/irqchip/irq-versatile-fpga.c b/drivers/irqchip/irq-versatile-fpga.c index 9dbd82b716d3..065b7a31a478 100644 --- a/drivers/irqchip/irq-versatile-fpga.c +++ b/drivers/irqchip/irq-versatile-fpga.c | |||
@@ -139,7 +139,7 @@ void __init fpga_irq_init(void __iomem *base, const char *name, int irq_start, | |||
139 | int i; | 139 | int i; |
140 | 140 | ||
141 | if (fpga_irq_id >= ARRAY_SIZE(fpga_irq_devices)) { | 141 | if (fpga_irq_id >= ARRAY_SIZE(fpga_irq_devices)) { |
142 | pr_err("%s: too few FPGA IRQ controllers, increase CONFIG_PLAT_VERSATILE_FPGA_IRQ_NR\n", __func__); | 142 | pr_err("%s: too few FPGA IRQ controllers, increase CONFIG_VERSATILE_FPGA_IRQ_NR\n", __func__); |
143 | return; | 143 | return; |
144 | } | 144 | } |
145 | f = &fpga_irq_devices[fpga_irq_id]; | 145 | f = &fpga_irq_devices[fpga_irq_id]; |
diff --git a/drivers/isdn/i4l/isdn_tty.c b/drivers/isdn/i4l/isdn_tty.c index b72afd81a7bb..3c5f2491a16f 100644 --- a/drivers/isdn/i4l/isdn_tty.c +++ b/drivers/isdn/i4l/isdn_tty.c | |||
@@ -3424,7 +3424,6 @@ isdn_tty_parse_at(modem_info *info) | |||
3424 | p++; | 3424 | p++; |
3425 | isdn_tty_cmd_ATA(info); | 3425 | isdn_tty_cmd_ATA(info); |
3426 | return; | 3426 | return; |
3427 | break; | ||
3428 | case 'D': | 3427 | case 'D': |
3429 | /* D - Dial */ | 3428 | /* D - Dial */ |
3430 | if (info->msr & UART_MSR_DCD) | 3429 | if (info->msr & UART_MSR_DCD) |
diff --git a/drivers/media/pci/saa7164/saa7164-core.c b/drivers/media/pci/saa7164/saa7164-core.c index 63502e7a2a76..7618fdae811e 100644 --- a/drivers/media/pci/saa7164/saa7164-core.c +++ b/drivers/media/pci/saa7164/saa7164-core.c | |||
@@ -54,7 +54,7 @@ MODULE_PARM_DESC(debug, "enable debug messages"); | |||
54 | 54 | ||
55 | unsigned int fw_debug; | 55 | unsigned int fw_debug; |
56 | module_param(fw_debug, int, 0644); | 56 | module_param(fw_debug, int, 0644); |
57 | MODULE_PARM_DESC(fw_debug, "Firware debug level def:2"); | 57 | MODULE_PARM_DESC(fw_debug, "Firmware debug level def:2"); |
58 | 58 | ||
59 | unsigned int encoder_buffers = SAA7164_MAX_ENCODER_BUFFERS; | 59 | unsigned int encoder_buffers = SAA7164_MAX_ENCODER_BUFFERS; |
60 | module_param(encoder_buffers, int, 0644); | 60 | module_param(encoder_buffers, int, 0644); |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c index beb6dbacebd9..98a9c093a6b9 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | |||
@@ -1312,7 +1312,7 @@ static inline int s5p_mfc_get_new_ctx(struct s5p_mfc_dev *dev) | |||
1312 | int cnt; | 1312 | int cnt; |
1313 | 1313 | ||
1314 | spin_lock_irqsave(&dev->condlock, flags); | 1314 | spin_lock_irqsave(&dev->condlock, flags); |
1315 | mfc_debug(2, "Previos context: %d (bits %08lx)\n", dev->curr_ctx, | 1315 | mfc_debug(2, "Previous context: %d (bits %08lx)\n", dev->curr_ctx, |
1316 | dev->ctx_work_bits); | 1316 | dev->ctx_work_bits); |
1317 | new_ctx = (dev->curr_ctx + 1) % MFC_NUM_CONTEXTS; | 1317 | new_ctx = (dev->curr_ctx + 1) % MFC_NUM_CONTEXTS; |
1318 | cnt = 0; | 1318 | cnt = 0; |
diff --git a/drivers/media/radio/radio-shark.c b/drivers/media/radio/radio-shark.c index 8c309c7134d7..8fa18ab5b725 100644 --- a/drivers/media/radio/radio-shark.c +++ b/drivers/media/radio/radio-shark.c | |||
@@ -284,7 +284,7 @@ static void shark_resume_leds(struct shark_device *shark) | |||
284 | static int shark_register_leds(struct shark_device *shark, struct device *dev) | 284 | static int shark_register_leds(struct shark_device *shark, struct device *dev) |
285 | { | 285 | { |
286 | v4l2_warn(&shark->v4l2_dev, | 286 | v4l2_warn(&shark->v4l2_dev, |
287 | "CONFIG_LED_CLASS not enabled, LED support disabled\n"); | 287 | "CONFIG_LEDS_CLASS not enabled, LED support disabled\n"); |
288 | return 0; | 288 | return 0; |
289 | } | 289 | } |
290 | static inline void shark_unregister_leds(struct shark_device *shark) { } | 290 | static inline void shark_unregister_leds(struct shark_device *shark) { } |
diff --git a/drivers/media/radio/radio-shark2.c b/drivers/media/radio/radio-shark2.c index ef65ebbd5364..9fb669721e66 100644 --- a/drivers/media/radio/radio-shark2.c +++ b/drivers/media/radio/radio-shark2.c | |||
@@ -250,7 +250,7 @@ static void shark_resume_leds(struct shark_device *shark) | |||
250 | static int shark_register_leds(struct shark_device *shark, struct device *dev) | 250 | static int shark_register_leds(struct shark_device *shark, struct device *dev) |
251 | { | 251 | { |
252 | v4l2_warn(&shark->v4l2_dev, | 252 | v4l2_warn(&shark->v4l2_dev, |
253 | "CONFIG_LED_CLASS not enabled, LED support disabled\n"); | 253 | "CONFIG_LEDS_CLASS not enabled, LED support disabled\n"); |
254 | return 0; | 254 | return 0; |
255 | } | 255 | } |
256 | static inline void shark_unregister_leds(struct shark_device *shark) { } | 256 | static inline void shark_unregister_leds(struct shark_device *shark) { } |
diff --git a/drivers/media/usb/dvb-usb/opera1.c b/drivers/media/usb/dvb-usb/opera1.c index c8a95042dfbc..16ba90acf539 100644 --- a/drivers/media/usb/dvb-usb/opera1.c +++ b/drivers/media/usb/dvb-usb/opera1.c | |||
@@ -151,7 +151,7 @@ static int opera1_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], | |||
151 | break; | 151 | break; |
152 | } | 152 | } |
153 | if (dvb_usb_opera1_debug & 0x10) | 153 | if (dvb_usb_opera1_debug & 0x10) |
154 | info("sending i2c mesage %d %d", tmp, msg[i].len); | 154 | info("sending i2c message %d %d", tmp, msg[i].len); |
155 | } | 155 | } |
156 | mutex_unlock(&d->i2c_mutex); | 156 | mutex_unlock(&d->i2c_mutex); |
157 | return num; | 157 | return num; |
diff --git a/drivers/misc/mei/amthif.c b/drivers/misc/mei/amthif.c index 31a6212cb8b1..b3e50984d2c8 100644 --- a/drivers/misc/mei/amthif.c +++ b/drivers/misc/mei/amthif.c | |||
@@ -60,7 +60,7 @@ void mei_amthif_reset_params(struct mei_device *dev) | |||
60 | } | 60 | } |
61 | 61 | ||
62 | /** | 62 | /** |
63 | * mei_amthif_host_init_ - mei initialization amthif client. | 63 | * mei_amthif_host_init - mei initialization amthif client. |
64 | * | 64 | * |
65 | * @dev: the device structure | 65 | * @dev: the device structure |
66 | * | 66 | * |
@@ -433,7 +433,7 @@ unsigned int mei_amthif_poll(struct mei_device *dev, | |||
433 | 433 | ||
434 | 434 | ||
435 | /** | 435 | /** |
436 | * mei_amthif_irq_process_completed - processes completed iamthif operation. | 436 | * mei_amthif_irq_write_completed - processes completed iamthif operation. |
437 | * | 437 | * |
438 | * @dev: the device structure. | 438 | * @dev: the device structure. |
439 | * @slots: free slots. | 439 | * @slots: free slots. |
@@ -704,7 +704,7 @@ static bool mei_clear_lists(struct mei_device *dev, struct file *file) | |||
704 | /** | 704 | /** |
705 | * mei_amthif_release - the release function | 705 | * mei_amthif_release - the release function |
706 | * | 706 | * |
707 | * @inode: pointer to inode structure | 707 | * @dev: device structure |
708 | * @file: pointer to file structure | 708 | * @file: pointer to file structure |
709 | * | 709 | * |
710 | * returns 0 on success, <0 on error | 710 | * returns 0 on success, <0 on error |
diff --git a/drivers/misc/mei/client.c b/drivers/misc/mei/client.c index 71892745e2e8..e310ca6ed1a3 100644 --- a/drivers/misc/mei/client.c +++ b/drivers/misc/mei/client.c | |||
@@ -109,7 +109,7 @@ void mei_io_cb_free(struct mei_cl_cb *cb) | |||
109 | * mei_io_cb_init - allocate and initialize io callback | 109 | * mei_io_cb_init - allocate and initialize io callback |
110 | * | 110 | * |
111 | * @cl - mei client | 111 | * @cl - mei client |
112 | * @file: pointer to file structure | 112 | * @fp: pointer to file structure |
113 | * | 113 | * |
114 | * returns mei_cl_cb pointer or NULL; | 114 | * returns mei_cl_cb pointer or NULL; |
115 | */ | 115 | */ |
@@ -132,8 +132,8 @@ struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, struct file *fp) | |||
132 | /** | 132 | /** |
133 | * mei_io_cb_alloc_req_buf - allocate request buffer | 133 | * mei_io_cb_alloc_req_buf - allocate request buffer |
134 | * | 134 | * |
135 | * @cb - io callback structure | 135 | * @cb: io callback structure |
136 | * @size: size of the buffer | 136 | * @length: size of the buffer |
137 | * | 137 | * |
138 | * returns 0 on success | 138 | * returns 0 on success |
139 | * -EINVAL if cb is NULL | 139 | * -EINVAL if cb is NULL |
@@ -154,10 +154,10 @@ int mei_io_cb_alloc_req_buf(struct mei_cl_cb *cb, size_t length) | |||
154 | return 0; | 154 | return 0; |
155 | } | 155 | } |
156 | /** | 156 | /** |
157 | * mei_io_cb_alloc_req_buf - allocate respose buffer | 157 | * mei_io_cb_alloc_resp_buf - allocate respose buffer |
158 | * | 158 | * |
159 | * @cb - io callback structure | 159 | * @cb: io callback structure |
160 | * @size: size of the buffer | 160 | * @length: size of the buffer |
161 | * | 161 | * |
162 | * returns 0 on success | 162 | * returns 0 on success |
163 | * -EINVAL if cb is NULL | 163 | * -EINVAL if cb is NULL |
@@ -183,7 +183,6 @@ int mei_io_cb_alloc_resp_buf(struct mei_cl_cb *cb, size_t length) | |||
183 | /** | 183 | /** |
184 | * mei_cl_flush_queues - flushes queue lists belonging to cl. | 184 | * mei_cl_flush_queues - flushes queue lists belonging to cl. |
185 | * | 185 | * |
186 | * @dev: the device structure | ||
187 | * @cl: host client | 186 | * @cl: host client |
188 | */ | 187 | */ |
189 | int mei_cl_flush_queues(struct mei_cl *cl) | 188 | int mei_cl_flush_queues(struct mei_cl *cl) |
@@ -244,7 +243,8 @@ struct mei_cl *mei_cl_allocate(struct mei_device *dev) | |||
244 | /** | 243 | /** |
245 | * mei_cl_find_read_cb - find this cl's callback in the read list | 244 | * mei_cl_find_read_cb - find this cl's callback in the read list |
246 | * | 245 | * |
247 | * @dev: device structure | 246 | * @cl: host client |
247 | * | ||
248 | * returns cb on success, NULL on error | 248 | * returns cb on success, NULL on error |
249 | */ | 249 | */ |
250 | struct mei_cl_cb *mei_cl_find_read_cb(struct mei_cl *cl) | 250 | struct mei_cl_cb *mei_cl_find_read_cb(struct mei_cl *cl) |
@@ -263,6 +263,7 @@ struct mei_cl_cb *mei_cl_find_read_cb(struct mei_cl *cl) | |||
263 | * | 263 | * |
264 | * @cl - host client | 264 | * @cl - host client |
265 | * @id - fixed host id or -1 for genereting one | 265 | * @id - fixed host id or -1 for genereting one |
266 | * | ||
266 | * returns 0 on success | 267 | * returns 0 on success |
267 | * -EINVAL on incorrect values | 268 | * -EINVAL on incorrect values |
268 | * -ENONET if client not found | 269 | * -ENONET if client not found |
@@ -302,7 +303,7 @@ int mei_cl_link(struct mei_cl *cl, int id) | |||
302 | /** | 303 | /** |
303 | * mei_cl_unlink - remove me_cl from the list | 304 | * mei_cl_unlink - remove me_cl from the list |
304 | * | 305 | * |
305 | * @dev: the device structure | 306 | * @cl: host client |
306 | */ | 307 | */ |
307 | int mei_cl_unlink(struct mei_cl *cl) | 308 | int mei_cl_unlink(struct mei_cl *cl) |
308 | { | 309 | { |
@@ -538,7 +539,6 @@ out: | |||
538 | /** | 539 | /** |
539 | * mei_cl_flow_ctrl_creds - checks flow_control credits for cl. | 540 | * mei_cl_flow_ctrl_creds - checks flow_control credits for cl. |
540 | * | 541 | * |
541 | * @dev: the device structure | ||
542 | * @cl: private data of the file object | 542 | * @cl: private data of the file object |
543 | * | 543 | * |
544 | * returns 1 if mei_flow_ctrl_creds >0, 0 - otherwise. | 544 | * returns 1 if mei_flow_ctrl_creds >0, 0 - otherwise. |
@@ -579,8 +579,8 @@ int mei_cl_flow_ctrl_creds(struct mei_cl *cl) | |||
579 | /** | 579 | /** |
580 | * mei_cl_flow_ctrl_reduce - reduces flow_control. | 580 | * mei_cl_flow_ctrl_reduce - reduces flow_control. |
581 | * | 581 | * |
582 | * @dev: the device structure | ||
583 | * @cl: private data of the file object | 582 | * @cl: private data of the file object |
583 | * | ||
584 | * @returns | 584 | * @returns |
585 | * 0 on success | 585 | * 0 on success |
586 | * -ENOENT when me client is not found | 586 | * -ENOENT when me client is not found |
@@ -618,7 +618,7 @@ int mei_cl_flow_ctrl_reduce(struct mei_cl *cl) | |||
618 | } | 618 | } |
619 | 619 | ||
620 | /** | 620 | /** |
621 | * mei_cl_start_read - the start read client message function. | 621 | * mei_cl_read_start - the start read client message function. |
622 | * | 622 | * |
623 | * @cl: host client | 623 | * @cl: host client |
624 | * | 624 | * |
diff --git a/drivers/misc/mei/hbm.c b/drivers/misc/mei/hbm.c index db605f5cf187..6916045166eb 100644 --- a/drivers/misc/mei/hbm.c +++ b/drivers/misc/mei/hbm.c | |||
@@ -62,6 +62,7 @@ static void mei_hbm_me_cl_allocate(struct mei_device *dev) | |||
62 | 62 | ||
63 | /** | 63 | /** |
64 | * mei_hbm_cl_hdr - construct client hbm header | 64 | * mei_hbm_cl_hdr - construct client hbm header |
65 | * | ||
65 | * @cl: - client | 66 | * @cl: - client |
66 | * @hbm_cmd: host bus message command | 67 | * @hbm_cmd: host bus message command |
67 | * @buf: buffer for cl header | 68 | * @buf: buffer for cl header |
@@ -206,7 +207,7 @@ static void mei_hbm_enum_clients_req(struct mei_device *dev) | |||
206 | } | 207 | } |
207 | 208 | ||
208 | /** | 209 | /** |
209 | * mei_hbm_prop_requsest - request property for a single client | 210 | * mei_hbm_prop_req - request property for a single client |
210 | * | 211 | * |
211 | * @dev: the device structure | 212 | * @dev: the device structure |
212 | * | 213 | * |
@@ -306,9 +307,9 @@ int mei_hbm_cl_flow_control_req(struct mei_device *dev, struct mei_cl *cl) | |||
306 | } | 307 | } |
307 | 308 | ||
308 | /** | 309 | /** |
309 | * add_single_flow_creds - adds single buffer credentials. | 310 | * mei_hbm_add_single_flow_creds - adds single buffer credentials. |
310 | * | 311 | * |
311 | * @file: private data ot the file object. | 312 | * @dev: the device structure |
312 | * @flow: flow control. | 313 | * @flow: flow control. |
313 | */ | 314 | */ |
314 | static void mei_hbm_add_single_flow_creds(struct mei_device *dev, | 315 | static void mei_hbm_add_single_flow_creds(struct mei_device *dev, |
@@ -500,7 +501,7 @@ static void mei_hbm_cl_connect_res(struct mei_device *dev, | |||
500 | 501 | ||
501 | 502 | ||
502 | /** | 503 | /** |
503 | * mei_client_disconnect_request - disconnect request initiated by me | 504 | * mei_hbm_fw_disconnect_req - disconnect request initiated by me |
504 | * host sends disoconnect response | 505 | * host sends disoconnect response |
505 | * | 506 | * |
506 | * @dev: the device structure. | 507 | * @dev: the device structure. |
diff --git a/drivers/misc/mei/hw-me.c b/drivers/misc/mei/hw-me.c index fc032270916a..822170f00348 100644 --- a/drivers/misc/mei/hw-me.c +++ b/drivers/misc/mei/hw-me.c | |||
@@ -103,7 +103,7 @@ static inline void mei_hcsr_set(struct mei_me_hw *hw, u32 hcsr) | |||
103 | 103 | ||
104 | 104 | ||
105 | /** | 105 | /** |
106 | * me_hw_config - configure hw dependent settings | 106 | * mei_me_hw_config - configure hw dependent settings |
107 | * | 107 | * |
108 | * @dev: mei device | 108 | * @dev: mei device |
109 | */ | 109 | */ |
@@ -169,7 +169,7 @@ static void mei_me_hw_reset_release(struct mei_device *dev) | |||
169 | * mei_me_hw_reset - resets fw via mei csr register. | 169 | * mei_me_hw_reset - resets fw via mei csr register. |
170 | * | 170 | * |
171 | * @dev: the device structure | 171 | * @dev: the device structure |
172 | * @interrupts_enabled: if interrupt should be enabled after reset. | 172 | * @intr_enable: if interrupt should be enabled after reset. |
173 | */ | 173 | */ |
174 | static void mei_me_hw_reset(struct mei_device *dev, bool intr_enable) | 174 | static void mei_me_hw_reset(struct mei_device *dev, bool intr_enable) |
175 | { | 175 | { |
@@ -285,7 +285,7 @@ static unsigned char mei_hbuf_filled_slots(struct mei_device *dev) | |||
285 | } | 285 | } |
286 | 286 | ||
287 | /** | 287 | /** |
288 | * mei_hbuf_is_empty - checks if host buffer is empty. | 288 | * mei_me_hbuf_is_empty - checks if host buffer is empty. |
289 | * | 289 | * |
290 | * @dev: the device structure | 290 | * @dev: the device structure |
291 | * | 291 | * |
@@ -554,7 +554,7 @@ static const struct mei_hw_ops mei_me_hw_ops = { | |||
554 | }; | 554 | }; |
555 | 555 | ||
556 | /** | 556 | /** |
557 | * init_mei_device - allocates and initializes the mei device structure | 557 | * mei_me_dev_init - allocates and initializes the mei device structure |
558 | * | 558 | * |
559 | * @pdev: The pci device structure | 559 | * @pdev: The pci device structure |
560 | * | 560 | * |
diff --git a/drivers/misc/mei/interrupt.c b/drivers/misc/mei/interrupt.c index 1473cfdbc426..2ad736989410 100644 --- a/drivers/misc/mei/interrupt.c +++ b/drivers/misc/mei/interrupt.c | |||
@@ -230,7 +230,7 @@ static int _mei_irq_thread_close(struct mei_device *dev, s32 *slots, | |||
230 | 230 | ||
231 | 231 | ||
232 | /** | 232 | /** |
233 | * _mei_hb_read - processes read related operation. | 233 | * _mei_irq_thread_read - processes read related operation. |
234 | * | 234 | * |
235 | * @dev: the device structure. | 235 | * @dev: the device structure. |
236 | * @slots: free slots. | 236 | * @slots: free slots. |
@@ -369,7 +369,7 @@ static int mei_irq_thread_write_complete(struct mei_device *dev, s32 *slots, | |||
369 | } | 369 | } |
370 | 370 | ||
371 | /** | 371 | /** |
372 | * mei_irq_thread_read_handler - bottom half read routine after ISR to | 372 | * mei_irq_read_handler - bottom half read routine after ISR to |
373 | * handle the read processing. | 373 | * handle the read processing. |
374 | * | 374 | * |
375 | * @dev: the device structure | 375 | * @dev: the device structure |
diff --git a/drivers/misc/mei/pci-me.c b/drivers/misc/mei/pci-me.c index 88aec6a90ff4..a727464e9c3f 100644 --- a/drivers/misc/mei/pci-me.c +++ b/drivers/misc/mei/pci-me.c | |||
@@ -92,6 +92,7 @@ static DEFINE_MUTEX(mei_mutex); | |||
92 | 92 | ||
93 | /** | 93 | /** |
94 | * mei_quirk_probe - probe for devices that doesn't valid ME interface | 94 | * mei_quirk_probe - probe for devices that doesn't valid ME interface |
95 | * | ||
95 | * @pdev: PCI device structure | 96 | * @pdev: PCI device structure |
96 | * @ent: entry into pci_device_table | 97 | * @ent: entry into pci_device_table |
97 | * | 98 | * |
diff --git a/drivers/misc/mei/wd.c b/drivers/misc/mei/wd.c index eb3f05c8d7d0..6251a4ee7067 100644 --- a/drivers/misc/mei/wd.c +++ b/drivers/misc/mei/wd.c | |||
@@ -58,6 +58,7 @@ static void mei_wd_set_start_timeout(struct mei_device *dev, u16 timeout) | |||
58 | * mei_wd_host_init - connect to the watchdog client | 58 | * mei_wd_host_init - connect to the watchdog client |
59 | * | 59 | * |
60 | * @dev: the device structure | 60 | * @dev: the device structure |
61 | * | ||
61 | * returns -ENENT if wd client cannot be found | 62 | * returns -ENENT if wd client cannot be found |
62 | * -EIO if write has failed | 63 | * -EIO if write has failed |
63 | * 0 on success | 64 | * 0 on success |
diff --git a/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c b/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c index 21e261ffbe10..3ef7092e3f1c 100644 --- a/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c +++ b/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c | |||
@@ -810,7 +810,7 @@ int atl1c_power_saving(struct atl1c_hw *hw, u32 wufc) | |||
810 | if (wufc & AT_WUFC_LNKC) { | 810 | if (wufc & AT_WUFC_LNKC) { |
811 | wol_ctrl |= WOL_LINK_CHG_EN | WOL_LINK_CHG_PME_EN; | 811 | wol_ctrl |= WOL_LINK_CHG_EN | WOL_LINK_CHG_PME_EN; |
812 | if (atl1c_write_phy_reg(hw, MII_IER, IER_LINK_UP) != 0) { | 812 | if (atl1c_write_phy_reg(hw, MII_IER, IER_LINK_UP) != 0) { |
813 | dev_dbg(&pdev->dev, "%s: write phy MII_IER faild.\n", | 813 | dev_dbg(&pdev->dev, "%s: write phy MII_IER failed.\n", |
814 | atl1c_driver_name); | 814 | atl1c_driver_name); |
815 | } | 815 | } |
816 | } | 816 | } |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c index 91ecd6a00d05..4b077a7f16af 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c | |||
@@ -591,7 +591,7 @@ static int bnx2x_dcbx_read_shmem_remote_mib(struct bnx2x *bp) | |||
591 | DCBX_READ_REMOTE_MIB); | 591 | DCBX_READ_REMOTE_MIB); |
592 | 592 | ||
593 | if (rc) { | 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 | return rc; | 595 | return rc; |
596 | } | 596 | } |
597 | 597 | ||
@@ -619,7 +619,7 @@ static int bnx2x_dcbx_read_shmem_neg_results(struct bnx2x *bp) | |||
619 | DCBX_READ_LOCAL_MIB); | 619 | DCBX_READ_LOCAL_MIB); |
620 | 620 | ||
621 | if (rc) { | 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 | return rc; | 623 | return rc; |
624 | } | 624 | } |
625 | 625 | ||
diff --git a/drivers/net/ethernet/sfc/Kconfig b/drivers/net/ethernet/sfc/Kconfig index 435b4f1e3488..4136ccc4a954 100644 --- a/drivers/net/ethernet/sfc/Kconfig +++ b/drivers/net/ethernet/sfc/Kconfig | |||
@@ -24,7 +24,7 @@ config SFC_MCDI_MON | |||
24 | bool "Solarflare SFC9000-family hwmon support" | 24 | bool "Solarflare SFC9000-family hwmon support" |
25 | depends on SFC && HWMON && !(SFC=y && HWMON=m) | 25 | depends on SFC && HWMON && !(SFC=y && HWMON=m) |
26 | default y | 26 | default y |
27 | ----help--- | 27 | ---help--- |
28 | This exposes the on-board firmware-managed sensors as a | 28 | This exposes the on-board firmware-managed sensors as a |
29 | hardware monitor device. | 29 | hardware monitor device. |
30 | config SFC_SRIOV | 30 | config SFC_SRIOV |
diff --git a/drivers/net/ethernet/ti/cpts.c b/drivers/net/ethernet/ti/cpts.c index 463597f919f1..8c351f100aca 100644 --- a/drivers/net/ethernet/ti/cpts.c +++ b/drivers/net/ethernet/ti/cpts.c | |||
@@ -94,7 +94,7 @@ static int cpts_fifo_read(struct cpts *cpts, int match) | |||
94 | case CPTS_EV_HW: | 94 | case CPTS_EV_HW: |
95 | break; | 95 | break; |
96 | default: | 96 | default: |
97 | pr_err("cpts: unkown event type\n"); | 97 | pr_err("cpts: unknown event type\n"); |
98 | break; | 98 | break; |
99 | } | 99 | } |
100 | if (type == match) | 100 | if (type == match) |
diff --git a/drivers/power/pm2301_charger.c b/drivers/power/pm2301_charger.c index ed48d75bb786..ee346d443571 100644 --- a/drivers/power/pm2301_charger.c +++ b/drivers/power/pm2301_charger.c | |||
@@ -235,7 +235,7 @@ out: | |||
235 | 235 | ||
236 | static int pm2xxx_charger_wd_exp_mngt(struct pm2xxx_charger *pm2, int val) | 236 | static int pm2xxx_charger_wd_exp_mngt(struct pm2xxx_charger *pm2, int val) |
237 | { | 237 | { |
238 | dev_dbg(pm2->dev , "20 minutes watchdog occured\n"); | 238 | dev_dbg(pm2->dev , "20 minutes watchdog expired\n"); |
239 | 239 | ||
240 | pm2->ac.wd_expired = true; | 240 | pm2->ac.wd_expired = true; |
241 | power_supply_changed(&pm2->ac_chg.psy); | 241 | power_supply_changed(&pm2->ac_chg.psy); |
diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c index 8edb4aed5d36..814af5ab8a72 100644 --- a/drivers/remoteproc/remoteproc_core.c +++ b/drivers/remoteproc/remoteproc_core.c | |||
@@ -59,7 +59,7 @@ static const char *rproc_crash_to_string(enum rproc_crash_type type) | |||
59 | { | 59 | { |
60 | if (type < ARRAY_SIZE(rproc_crash_names)) | 60 | if (type < ARRAY_SIZE(rproc_crash_names)) |
61 | return rproc_crash_names[type]; | 61 | return rproc_crash_names[type]; |
62 | return "unkown"; | 62 | return "unknown"; |
63 | } | 63 | } |
64 | 64 | ||
65 | /* | 65 | /* |
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 79fbe3832dfc..0c81915b1997 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -402,7 +402,7 @@ config RTC_DRV_TPS6586X | |||
402 | tristate "TI TPS6586X RTC driver" | 402 | tristate "TI TPS6586X RTC driver" |
403 | depends on MFD_TPS6586X | 403 | depends on MFD_TPS6586X |
404 | help | 404 | help |
405 | TI Power Managment IC TPS6586X supports RTC functionality | 405 | TI Power Management IC TPS6586X supports RTC functionality |
406 | along with alarm. This driver supports the RTC driver for | 406 | along with alarm. This driver supports the RTC driver for |
407 | the TPS6586X RTC module. | 407 | the TPS6586X RTC module. |
408 | 408 | ||
@@ -420,7 +420,7 @@ config RTC_DRV_TPS80031 | |||
420 | tristate "TI TPS80031/TPS80032 RTC driver" | 420 | tristate "TI TPS80031/TPS80032 RTC driver" |
421 | depends on MFD_TPS80031 | 421 | depends on MFD_TPS80031 |
422 | help | 422 | help |
423 | TI Power Managment IC TPS80031 supports RTC functionality | 423 | TI Power Management IC TPS80031 supports RTC functionality |
424 | along with alarm. This driver supports the RTC driver for | 424 | along with alarm. This driver supports the RTC driver for |
425 | the TPS80031 RTC module. | 425 | the TPS80031 RTC module. |
426 | 426 | ||
diff --git a/drivers/rtc/rtc-max8997.c b/drivers/rtc/rtc-max8997.c index 5693619614f4..dacf48db7925 100644 --- a/drivers/rtc/rtc-max8997.c +++ b/drivers/rtc/rtc-max8997.c | |||
@@ -24,7 +24,7 @@ | |||
24 | /* Module parameter for WTSR function control */ | 24 | /* Module parameter for WTSR function control */ |
25 | static int wtsr_en = 1; | 25 | static int wtsr_en = 1; |
26 | module_param(wtsr_en, int, 0444); | 26 | module_param(wtsr_en, int, 0444); |
27 | MODULE_PARM_DESC(wtsr_en, "Wachdog Timeout & Sofware Reset (default=on)"); | 27 | MODULE_PARM_DESC(wtsr_en, "Watchdog Timeout & Software Reset (default=on)"); |
28 | /* Module parameter for SMPL function control */ | 28 | /* Module parameter for SMPL function control */ |
29 | static int smpl_en = 1; | 29 | static int smpl_en = 1; |
30 | module_param(smpl_en, int, 0444); | 30 | module_param(smpl_en, int, 0444); |
diff --git a/drivers/scsi/be2iscsi/be_iscsi.c b/drivers/scsi/be2iscsi/be_iscsi.c index 214d691adb53..9014690fe841 100644 --- a/drivers/scsi/be2iscsi/be_iscsi.c +++ b/drivers/scsi/be2iscsi/be_iscsi.c | |||
@@ -369,7 +369,7 @@ beiscsi_set_vlan_tag(struct Scsi_Host *shost, | |||
369 | break; | 369 | break; |
370 | default: | 370 | default: |
371 | beiscsi_log(phba, KERN_WARNING, BEISCSI_LOG_CONFIG, | 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 | iface_param->param); | 373 | iface_param->param); |
374 | return -ENOSYS; | 374 | return -ENOSYS; |
375 | } | 375 | } |
diff --git a/drivers/scsi/be2iscsi/be_mgmt.c b/drivers/scsi/be2iscsi/be_mgmt.c index a6c2fe4b4d65..55cc9902263d 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.c +++ b/drivers/scsi/be2iscsi/be_mgmt.c | |||
@@ -1292,7 +1292,7 @@ beiscsi_adap_family_disp(struct device *dev, struct device_attribute *attr, | |||
1292 | break; | 1292 | break; |
1293 | default: | 1293 | default: |
1294 | return snprintf(buf, PAGE_SIZE, | 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 | break; | 1296 | break; |
1297 | } | 1297 | } |
1298 | } | 1298 | } |
diff --git a/drivers/scsi/bnx2i/bnx2i.h b/drivers/scsi/bnx2i/bnx2i.h index b44d04e41b0d..f109e3b073c3 100644 --- a/drivers/scsi/bnx2i/bnx2i.h +++ b/drivers/scsi/bnx2i/bnx2i.h | |||
@@ -580,8 +580,8 @@ struct bnx2i_5771x_dbell { | |||
580 | * @sq_mem_size: SQ size | 580 | * @sq_mem_size: SQ size |
581 | * @sq_prod_qe: SQ producer entry pointer | 581 | * @sq_prod_qe: SQ producer entry pointer |
582 | * @sq_cons_qe: SQ consumer entry pointer | 582 | * @sq_cons_qe: SQ consumer entry pointer |
583 | * @sq_first_qe: virtaul address of first entry in SQ | 583 | * @sq_first_qe: virtual address of first entry in SQ |
584 | * @sq_last_qe: virtaul address of last entry in SQ | 584 | * @sq_last_qe: virtual address of last entry in SQ |
585 | * @sq_prod_idx: SQ producer index | 585 | * @sq_prod_idx: SQ producer index |
586 | * @sq_cons_idx: SQ consumer index | 586 | * @sq_cons_idx: SQ consumer index |
587 | * @sqe_left: number sq entry left | 587 | * @sqe_left: number sq entry left |
@@ -593,8 +593,8 @@ struct bnx2i_5771x_dbell { | |||
593 | * @cq_mem_size: CQ size | 593 | * @cq_mem_size: CQ size |
594 | * @cq_prod_qe: CQ producer entry pointer | 594 | * @cq_prod_qe: CQ producer entry pointer |
595 | * @cq_cons_qe: CQ consumer entry pointer | 595 | * @cq_cons_qe: CQ consumer entry pointer |
596 | * @cq_first_qe: virtaul address of first entry in CQ | 596 | * @cq_first_qe: virtual address of first entry in CQ |
597 | * @cq_last_qe: virtaul address of last entry in CQ | 597 | * @cq_last_qe: virtual address of last entry in CQ |
598 | * @cq_prod_idx: CQ producer index | 598 | * @cq_prod_idx: CQ producer index |
599 | * @cq_cons_idx: CQ consumer index | 599 | * @cq_cons_idx: CQ consumer index |
600 | * @cqe_left: number cq entry left | 600 | * @cqe_left: number cq entry left |
@@ -608,8 +608,8 @@ struct bnx2i_5771x_dbell { | |||
608 | * @rq_mem_size: RQ size | 608 | * @rq_mem_size: RQ size |
609 | * @rq_prod_qe: RQ producer entry pointer | 609 | * @rq_prod_qe: RQ producer entry pointer |
610 | * @rq_cons_qe: RQ consumer entry pointer | 610 | * @rq_cons_qe: RQ consumer entry pointer |
611 | * @rq_first_qe: virtaul address of first entry in RQ | 611 | * @rq_first_qe: virtual address of first entry in RQ |
612 | * @rq_last_qe: virtaul address of last entry in RQ | 612 | * @rq_last_qe: virtual address of last entry in RQ |
613 | * @rq_prod_idx: RQ producer index | 613 | * @rq_prod_idx: RQ producer index |
614 | * @rq_cons_idx: RQ consumer index | 614 | * @rq_cons_idx: RQ consumer index |
615 | * @rqe_left: number rq entry left | 615 | * @rqe_left: number rq entry left |
diff --git a/drivers/scsi/csiostor/csio_mb.c b/drivers/scsi/csiostor/csio_mb.c index 5b27c48f6836..f5d9ee1fda62 100644 --- a/drivers/scsi/csiostor/csio_mb.c +++ b/drivers/scsi/csiostor/csio_mb.c | |||
@@ -182,7 +182,7 @@ csio_mb_reset(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, | |||
182 | * @tmo: Command timeout. | 182 | * @tmo: Command timeout. |
183 | * @pf: PF number. | 183 | * @pf: PF number. |
184 | * @vf: VF number. | 184 | * @vf: VF number. |
185 | * @nparams: Number of paramters | 185 | * @nparams: Number of parameters |
186 | * @params: Parameter mnemonic array. | 186 | * @params: Parameter mnemonic array. |
187 | * @val: Parameter value array. | 187 | * @val: Parameter value array. |
188 | * @wr: Write/Read PARAMS. | 188 | * @wr: Write/Read PARAMS. |
@@ -721,7 +721,7 @@ csio_mb_iq_free(struct csio_hw *hw, struct csio_mb *mbp, void *priv, | |||
721 | * @mbp: Mailbox structure to initialize | 721 | * @mbp: Mailbox structure to initialize |
722 | * @priv: Private data | 722 | * @priv: Private data |
723 | * @mb_tmo: Mailbox time-out period (in ms). | 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 | * @cbfn: The call-back function | 725 | * @cbfn: The call-back function |
726 | * | 726 | * |
727 | * | 727 | * |
@@ -752,7 +752,7 @@ csio_mb_eq_ofld_alloc(struct csio_hw *hw, struct csio_mb *mbp, void *priv, | |||
752 | * @priv: Private data | 752 | * @priv: Private data |
753 | * @mb_tmo: Mailbox time-out period (in ms). | 753 | * @mb_tmo: Mailbox time-out period (in ms). |
754 | * @cascaded_req: TRUE - if this request is cascased with Eq-alloc request. | 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 | * @cbfn: The call-back function | 756 | * @cbfn: The call-back function |
757 | * | 757 | * |
758 | * | 758 | * |
@@ -817,7 +817,7 @@ csio_mb_eq_ofld_write(struct csio_hw *hw, struct csio_mb *mbp, void *priv, | |||
817 | * @mbp: Mailbox structure to initialize | 817 | * @mbp: Mailbox structure to initialize |
818 | * @priv: Private data. | 818 | * @priv: Private data. |
819 | * @mb_tmo: Mailbox time-out period (in ms). | 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 | * @cbfn: The call-back function | 821 | * @cbfn: The call-back function |
822 | * | 822 | * |
823 | * | 823 | * |
@@ -840,7 +840,7 @@ csio_mb_eq_ofld_alloc_write(struct csio_hw *hw, struct csio_mb *mbp, | |||
840 | * @hw: The HW structure. | 840 | * @hw: The HW structure. |
841 | * @mbp: Mailbox structure to initialize. | 841 | * @mbp: Mailbox structure to initialize. |
842 | * @retval: Firmware return value. | 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 | void | 846 | void |
@@ -870,7 +870,7 @@ csio_mb_eq_ofld_alloc_write_rsp(struct csio_hw *hw, | |||
870 | * @mbp: Mailbox structure to initialize | 870 | * @mbp: Mailbox structure to initialize |
871 | * @priv: Private data area. | 871 | * @priv: Private data area. |
872 | * @mb_tmo: Mailbox time-out period (in ms). | 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 | * @cbfn: The call-back function | 874 | * @cbfn: The call-back function |
875 | * | 875 | * |
876 | * | 876 | * |
diff --git a/drivers/scsi/lpfc/lpfc_bsg.c b/drivers/scsi/lpfc/lpfc_bsg.c index 32d5683e6181..f5d106456f1d 100644 --- a/drivers/scsi/lpfc/lpfc_bsg.c +++ b/drivers/scsi/lpfc/lpfc_bsg.c | |||
@@ -4741,7 +4741,7 @@ lpfc_bsg_mbox_cmd(struct fc_bsg_job *job) | |||
4741 | if (job->request_len < | 4741 | if (job->request_len < |
4742 | sizeof(struct fc_bsg_request) + sizeof(struct dfc_mbox_req)) { | 4742 | sizeof(struct fc_bsg_request) + sizeof(struct dfc_mbox_req)) { |
4743 | lpfc_printf_log(phba, KERN_INFO, LOG_LIBDFC, | 4743 | lpfc_printf_log(phba, KERN_INFO, LOG_LIBDFC, |
4744 | "2737 Mix-and-match backward compability " | 4744 | "2737 Mix-and-match backward compatibility " |
4745 | "between MBOX_REQ old size:%d and " | 4745 | "between MBOX_REQ old size:%d and " |
4746 | "new request size:%d\n", | 4746 | "new request size:%d\n", |
4747 | (int)(job->request_len - | 4747 | (int)(job->request_len - |
diff --git a/drivers/scsi/mpt3sas/mpt3sas_config.c b/drivers/scsi/mpt3sas/mpt3sas_config.c index 1df9ed4f371d..4db0c7a18bd8 100644 --- a/drivers/scsi/mpt3sas/mpt3sas_config.c +++ b/drivers/scsi/mpt3sas/mpt3sas_config.c | |||
@@ -148,7 +148,7 @@ _config_display_some_debug(struct MPT3SAS_ADAPTER *ioc, u16 smid, | |||
148 | desc = "raid_config"; | 148 | desc = "raid_config"; |
149 | break; | 149 | break; |
150 | case MPI2_CONFIG_EXTPAGETYPE_DRIVER_MAPPING: | 150 | case MPI2_CONFIG_EXTPAGETYPE_DRIVER_MAPPING: |
151 | desc = "driver_mappping"; | 151 | desc = "driver_mapping"; |
152 | break; | 152 | break; |
153 | } | 153 | } |
154 | break; | 154 | break; |
diff --git a/drivers/scsi/osd/osd_initiator.c b/drivers/scsi/osd/osd_initiator.c index d8293f25ca33..aa66361ed44b 100644 --- a/drivers/scsi/osd/osd_initiator.c +++ b/drivers/scsi/osd/osd_initiator.c | |||
@@ -1049,7 +1049,7 @@ static struct bio *_create_sg_bios(struct osd_request *or, | |||
1049 | 1049 | ||
1050 | bio = bio_kmalloc(GFP_KERNEL, numentries); | 1050 | bio = bio_kmalloc(GFP_KERNEL, numentries); |
1051 | if (unlikely(!bio)) { | 1051 | if (unlikely(!bio)) { |
1052 | OSD_DEBUG("Faild to allocate BIO size=%u\n", numentries); | 1052 | OSD_DEBUG("Failed to allocate BIO size=%u\n", numentries); |
1053 | return ERR_PTR(-ENOMEM); | 1053 | return ERR_PTR(-ENOMEM); |
1054 | } | 1054 | } |
1055 | 1055 | ||
diff --git a/drivers/scsi/qla4xxx/ql4_nx.c b/drivers/scsi/qla4xxx/ql4_nx.c index 71d3d234f526..9299400d3c9e 100644 --- a/drivers/scsi/qla4xxx/ql4_nx.c +++ b/drivers/scsi/qla4xxx/ql4_nx.c | |||
@@ -2089,7 +2089,7 @@ static int qla4_8xxx_minidump_process_rdmem(struct scsi_qla_host *ha, | |||
2089 | 2089 | ||
2090 | if (r_addr & 0xf) { | 2090 | if (r_addr & 0xf) { |
2091 | DEBUG2(ql4_printk(KERN_INFO, ha, | 2091 | DEBUG2(ql4_printk(KERN_INFO, ha, |
2092 | "[%s]: Read addr 0x%x not 16 bytes alligned\n", | 2092 | "[%s]: Read addr 0x%x not 16 bytes aligned\n", |
2093 | __func__, r_addr)); | 2093 | __func__, r_addr)); |
2094 | return QLA_ERROR; | 2094 | return QLA_ERROR; |
2095 | } | 2095 | } |
diff --git a/drivers/usb/misc/iowarrior.c b/drivers/usb/misc/iowarrior.c index db46143c67a6..d36f34e25bed 100644 --- a/drivers/usb/misc/iowarrior.c +++ b/drivers/usb/misc/iowarrior.c | |||
@@ -672,7 +672,7 @@ static int iowarrior_release(struct inode *inode, struct file *file) | |||
672 | retval = -ENODEV; /* close called more than once */ | 672 | retval = -ENODEV; /* close called more than once */ |
673 | mutex_unlock(&dev->mutex); | 673 | mutex_unlock(&dev->mutex); |
674 | } else { | 674 | } else { |
675 | dev->opened = 0; /* we're closeing now */ | 675 | dev->opened = 0; /* we're closing now */ |
676 | retval = 0; | 676 | retval = 0; |
677 | if (dev->present) { | 677 | if (dev->present) { |
678 | /* | 678 | /* |
@@ -802,7 +802,7 @@ static int iowarrior_probe(struct usb_interface *interface, | |||
802 | /* this one will match for the IOWarrior56 only */ | 802 | /* this one will match for the IOWarrior56 only */ |
803 | dev->int_out_endpoint = endpoint; | 803 | dev->int_out_endpoint = endpoint; |
804 | } | 804 | } |
805 | /* we have to check the report_size often, so remember it in the endianess suitable for our machine */ | 805 | /* we have to check the report_size often, so remember it in the endianness suitable for our machine */ |
806 | dev->report_size = usb_endpoint_maxp(dev->int_in_endpoint); | 806 | dev->report_size = usb_endpoint_maxp(dev->int_in_endpoint); |
807 | if ((dev->interface->cur_altsetting->desc.bInterfaceNumber == 0) && | 807 | if ((dev->interface->cur_altsetting->desc.bInterfaceNumber == 0) && |
808 | (dev->product_id == USB_DEVICE_ID_CODEMERCS_IOW56)) | 808 | (dev->product_id == USB_DEVICE_ID_CODEMERCS_IOW56)) |
diff --git a/drivers/usb/misc/uss720.c b/drivers/usb/misc/uss720.c index 29cad9e0a7a9..e129cf661223 100644 --- a/drivers/usb/misc/uss720.c +++ b/drivers/usb/misc/uss720.c | |||
@@ -705,7 +705,7 @@ static int uss720_probe(struct usb_interface *intf, | |||
705 | return -ENODEV; | 705 | return -ENODEV; |
706 | } | 706 | } |
707 | i = usb_set_interface(usbdev, intf->altsetting->desc.bInterfaceNumber, 2); | 707 | i = usb_set_interface(usbdev, intf->altsetting->desc.bInterfaceNumber, 2); |
708 | dev_dbg(&intf->dev, "set inteface result %d\n", i); | 708 | dev_dbg(&intf->dev, "set interface result %d\n", i); |
709 | 709 | ||
710 | interface = intf->cur_altsetting; | 710 | interface = intf->cur_altsetting; |
711 | 711 | ||
diff --git a/drivers/video/amifb.c b/drivers/video/amifb.c index 77cb4ffa1fe4..a6780eecff0e 100644 --- a/drivers/video/amifb.c +++ b/drivers/video/amifb.c | |||
@@ -1181,7 +1181,7 @@ static int ami_decode_var(struct fb_var_screeninfo *var, struct amifb_par *par, | |||
1181 | } | 1181 | } |
1182 | 1182 | ||
1183 | /* | 1183 | /* |
1184 | * FB_VMODE_SMOOTH_XPAN will be cleared, if one of the folloing | 1184 | * FB_VMODE_SMOOTH_XPAN will be cleared, if one of the following |
1185 | * checks failed and smooth scrolling is not possible | 1185 | * checks failed and smooth scrolling is not possible |
1186 | */ | 1186 | */ |
1187 | 1187 | ||
diff --git a/drivers/video/auo_k190x.c b/drivers/video/auo_k190x.c index b1f19b266da7..8d2499d1cafb 100644 --- a/drivers/video/auo_k190x.c +++ b/drivers/video/auo_k190x.c | |||
@@ -1088,7 +1088,7 @@ int auok190x_common_probe(struct platform_device *pdev, | |||
1088 | goto err_defio; | 1088 | goto err_defio; |
1089 | } | 1089 | } |
1090 | 1090 | ||
1091 | dev_dbg(info->device, "targetting %d frames per second\n", board->fps); | 1091 | dev_dbg(info->device, "targeting %d frames per second\n", board->fps); |
1092 | info->fbdefio->delay = HZ / board->fps; | 1092 | info->fbdefio->delay = HZ / board->fps; |
1093 | info->fbdefio->first_io = auok190xfb_dpy_first_io, | 1093 | info->fbdefio->first_io = auok190xfb_dpy_first_io, |
1094 | info->fbdefio->deferred_io = auok190xfb_dpy_deferred_io, | 1094 | info->fbdefio->deferred_io = auok190xfb_dpy_deferred_io, |
diff --git a/drivers/video/exynos/exynos_dp_core.c b/drivers/video/exynos/exynos_dp_core.c index de9d4da0e3da..12bbede3b091 100644 --- a/drivers/video/exynos/exynos_dp_core.c +++ b/drivers/video/exynos/exynos_dp_core.c | |||
@@ -976,14 +976,14 @@ static int exynos_dp_dt_parse_phydata(struct exynos_dp_device *dp) | |||
976 | } | 976 | } |
977 | 977 | ||
978 | if (of_property_read_u32(dp_phy_node, "reg", &phy_base)) { | 978 | if (of_property_read_u32(dp_phy_node, "reg", &phy_base)) { |
979 | dev_err(dp->dev, "faild to get reg for dptx-phy\n"); | 979 | dev_err(dp->dev, "failed to get reg for dptx-phy\n"); |
980 | ret = -EINVAL; | 980 | ret = -EINVAL; |
981 | goto err; | 981 | goto err; |
982 | } | 982 | } |
983 | 983 | ||
984 | if (of_property_read_u32(dp_phy_node, "samsung,enable-mask", | 984 | if (of_property_read_u32(dp_phy_node, "samsung,enable-mask", |
985 | &dp->enable_mask)) { | 985 | &dp->enable_mask)) { |
986 | dev_err(dp->dev, "faild to get enable-mask for dptx-phy\n"); | 986 | dev_err(dp->dev, "failed to get enable-mask for dptx-phy\n"); |
987 | ret = -EINVAL; | 987 | ret = -EINVAL; |
988 | goto err; | 988 | goto err; |
989 | } | 989 | } |
diff --git a/drivers/video/goldfishfb.c b/drivers/video/goldfishfb.c index 489abb32fc04..7f6c9e6cfc6c 100644 --- a/drivers/video/goldfishfb.c +++ b/drivers/video/goldfishfb.c | |||
@@ -148,7 +148,7 @@ static int goldfish_fb_pan_display(struct fb_var_screeninfo *var, | |||
148 | wait_event_timeout(fb->wait, | 148 | wait_event_timeout(fb->wait, |
149 | fb->base_update_count != base_update_count, HZ / 15); | 149 | fb->base_update_count != base_update_count, HZ / 15); |
150 | if (fb->base_update_count == base_update_count) | 150 | if (fb->base_update_count == base_update_count) |
151 | pr_err("goldfish_fb_pan_display: timeout wating for base update\n"); | 151 | pr_err("goldfish_fb_pan_display: timeout waiting for base update\n"); |
152 | return 0; | 152 | return 0; |
153 | } | 153 | } |
154 | 154 | ||
diff --git a/drivers/video/s1d13xxxfb.c b/drivers/video/s1d13xxxfb.c index 76d9053d88c1..05c2dc3d4bc0 100644 --- a/drivers/video/s1d13xxxfb.c +++ b/drivers/video/s1d13xxxfb.c | |||
@@ -862,7 +862,7 @@ static int s1d13xxxfb_probe(struct platform_device *pdev) | |||
862 | printk(KERN_INFO PFX | 862 | printk(KERN_INFO PFX |
863 | "unknown chip production id %i, revision %i\n", | 863 | "unknown chip production id %i, revision %i\n", |
864 | prod_id, revision); | 864 | prod_id, revision); |
865 | printk(KERN_INFO PFX "please contant maintainer\n"); | 865 | printk(KERN_INFO PFX "please contact maintainer\n"); |
866 | goto bail; | 866 | goto bail; |
867 | } | 867 | } |
868 | 868 | ||
diff --git a/drivers/video/ssd1307fb.c b/drivers/video/ssd1307fb.c index 395cb6a8d8f3..9ef05d3ef68a 100644 --- a/drivers/video/ssd1307fb.c +++ b/drivers/video/ssd1307fb.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Driver for the Solomon SSD1307 OLED controler | 2 | * Driver for the Solomon SSD1307 OLED controller |
3 | * | 3 | * |
4 | * Copyright 2012 Free Electrons | 4 | * Copyright 2012 Free Electrons |
5 | * | 5 | * |
@@ -392,6 +392,6 @@ static struct i2c_driver ssd1307fb_driver = { | |||
392 | 392 | ||
393 | module_i2c_driver(ssd1307fb_driver); | 393 | module_i2c_driver(ssd1307fb_driver); |
394 | 394 | ||
395 | MODULE_DESCRIPTION("FB driver for the Solomon SSD1307 OLED controler"); | 395 | MODULE_DESCRIPTION("FB driver for the Solomon SSD1307 OLED controller"); |
396 | MODULE_AUTHOR("Maxime Ripard <maxime.ripard@free-electrons.com>"); | 396 | MODULE_AUTHOR("Maxime Ripard <maxime.ripard@free-electrons.com>"); |
397 | MODULE_LICENSE("GPL"); | 397 | MODULE_LICENSE("GPL"); |