[S390] drivers/s390: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
cfe7381cea
commit
ceb3dfbae1
|
@ -295,7 +295,7 @@ module_init(mon_init);
|
||||||
module_exit(mon_exit);
|
module_exit(mon_exit);
|
||||||
|
|
||||||
module_param_named(max_bufs, mon_max_bufs, int, 0644);
|
module_param_named(max_bufs, mon_max_bufs, int, 0644);
|
||||||
MODULE_PARM_DESC(max_bufs, "Maximum number of sample monitor data buffers"
|
MODULE_PARM_DESC(max_bufs, "Maximum number of sample monitor data buffers "
|
||||||
"that can be active at one time");
|
"that can be active at one time");
|
||||||
|
|
||||||
MODULE_AUTHOR("Melissa Howland <Melissa.Howland@us.ibm.com>");
|
MODULE_AUTHOR("Melissa Howland <Melissa.Howland@us.ibm.com>");
|
||||||
|
|
|
@ -683,7 +683,7 @@ static int vmlogrdr_register_driver(void)
|
||||||
/* Register with iucv driver */
|
/* Register with iucv driver */
|
||||||
ret = iucv_register(&vmlogrdr_iucv_handler, 1);
|
ret = iucv_register(&vmlogrdr_iucv_handler, 1);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
printk (KERN_ERR "vmlogrdr: failed to register with"
|
printk (KERN_ERR "vmlogrdr: failed to register with "
|
||||||
"iucv driver\n");
|
"iucv driver\n");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1042,7 +1042,7 @@ chsc_determine_css_characteristics(void)
|
||||||
|
|
||||||
scsc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA);
|
scsc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA);
|
||||||
if (!scsc_area) {
|
if (!scsc_area) {
|
||||||
CIO_MSG_EVENT(0, "Was not able to determine available"
|
CIO_MSG_EVENT(0, "Was not able to determine available "
|
||||||
"CHSCs due to no memory.\n");
|
"CHSCs due to no memory.\n");
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2416,7 +2416,7 @@ init_ccw_bk(struct net_device *dev)
|
||||||
privptr->p_buff_pages_perwrite);
|
privptr->p_buff_pages_perwrite);
|
||||||
#endif
|
#endif
|
||||||
if (p_buff==NULL) {
|
if (p_buff==NULL) {
|
||||||
printk(KERN_INFO "%s:%s __get_free_pages"
|
printk(KERN_INFO "%s:%s __get_free_pages "
|
||||||
"for writes buf failed : get is for %d pages\n",
|
"for writes buf failed : get is for %d pages\n",
|
||||||
dev->name,
|
dev->name,
|
||||||
__FUNCTION__,
|
__FUNCTION__,
|
||||||
|
|
|
@ -1115,7 +1115,7 @@ list_modified:
|
||||||
rc = lcs_send_setipm(card, ipm);
|
rc = lcs_send_setipm(card, ipm);
|
||||||
spin_lock_irqsave(&card->ipm_lock, flags);
|
spin_lock_irqsave(&card->ipm_lock, flags);
|
||||||
if (rc) {
|
if (rc) {
|
||||||
PRINT_INFO("Adding multicast address failed."
|
PRINT_INFO("Adding multicast address failed. "
|
||||||
"Table possibly full!\n");
|
"Table possibly full!\n");
|
||||||
/* store ipm in failed list -> will be added
|
/* store ipm in failed list -> will be added
|
||||||
* to ipm_list again, so a retry will be done
|
* to ipm_list again, so a retry will be done
|
||||||
|
|
|
@ -502,7 +502,7 @@ zfcp_fsf_fsfstatus_qual_eval(struct zfcp_fsf_req *fsf_req)
|
||||||
fsf_req->status |= ZFCP_STATUS_FSFREQ_ERROR;
|
fsf_req->status |= ZFCP_STATUS_FSFREQ_ERROR;
|
||||||
break;
|
break;
|
||||||
case FSF_SQ_NO_RECOM:
|
case FSF_SQ_NO_RECOM:
|
||||||
ZFCP_LOG_NORMAL("bug: No recommendation could be given for a"
|
ZFCP_LOG_NORMAL("bug: No recommendation could be given for a "
|
||||||
"problem on the adapter %s "
|
"problem on the adapter %s "
|
||||||
"Stopping all operations on this adapter. ",
|
"Stopping all operations on this adapter. ",
|
||||||
zfcp_get_busid_by_adapter(fsf_req->adapter));
|
zfcp_get_busid_by_adapter(fsf_req->adapter));
|
||||||
|
@ -813,7 +813,7 @@ zfcp_fsf_status_read_port_closed(struct zfcp_fsf_req *fsf_req)
|
||||||
read_unlock_irqrestore(&zfcp_data.config_lock, flags);
|
read_unlock_irqrestore(&zfcp_data.config_lock, flags);
|
||||||
|
|
||||||
if (!port || (port->d_id != (status_buffer->d_id & ZFCP_DID_MASK))) {
|
if (!port || (port->d_id != (status_buffer->d_id & ZFCP_DID_MASK))) {
|
||||||
ZFCP_LOG_NORMAL("bug: Reopen port indication received for"
|
ZFCP_LOG_NORMAL("bug: Reopen port indication received for "
|
||||||
"nonexisting port with d_id 0x%06x on "
|
"nonexisting port with d_id 0x%06x on "
|
||||||
"adapter %s. Ignored.\n",
|
"adapter %s. Ignored.\n",
|
||||||
status_buffer->d_id & ZFCP_DID_MASK,
|
status_buffer->d_id & ZFCP_DID_MASK,
|
||||||
|
@ -2281,7 +2281,7 @@ zfcp_fsf_exchange_port_data(struct zfcp_erp_action *erp_action)
|
||||||
&lock_flags, &fsf_req);
|
&lock_flags, &fsf_req);
|
||||||
if (retval) {
|
if (retval) {
|
||||||
ZFCP_LOG_INFO("error: Out of resources. Could not create an "
|
ZFCP_LOG_INFO("error: Out of resources. Could not create an "
|
||||||
"exchange port data request for"
|
"exchange port data request for "
|
||||||
"the adapter %s.\n",
|
"the adapter %s.\n",
|
||||||
zfcp_get_busid_by_adapter(adapter));
|
zfcp_get_busid_by_adapter(adapter));
|
||||||
write_unlock_irqrestore(&adapter->request_queue.queue_lock,
|
write_unlock_irqrestore(&adapter->request_queue.queue_lock,
|
||||||
|
@ -2340,7 +2340,7 @@ zfcp_fsf_exchange_port_data_sync(struct zfcp_adapter *adapter,
|
||||||
0, NULL, &lock_flags, &fsf_req);
|
0, NULL, &lock_flags, &fsf_req);
|
||||||
if (retval) {
|
if (retval) {
|
||||||
ZFCP_LOG_INFO("error: Out of resources. Could not create an "
|
ZFCP_LOG_INFO("error: Out of resources. Could not create an "
|
||||||
"exchange port data request for"
|
"exchange port data request for "
|
||||||
"the adapter %s.\n",
|
"the adapter %s.\n",
|
||||||
zfcp_get_busid_by_adapter(adapter));
|
zfcp_get_busid_by_adapter(adapter));
|
||||||
write_unlock_irqrestore(&adapter->request_queue.queue_lock,
|
write_unlock_irqrestore(&adapter->request_queue.queue_lock,
|
||||||
|
@ -4725,7 +4725,7 @@ zfcp_fsf_req_create(struct zfcp_adapter *adapter, u32 fsf_cmd, int req_flags,
|
||||||
/* allocate new FSF request */
|
/* allocate new FSF request */
|
||||||
fsf_req = zfcp_fsf_req_alloc(pool, req_flags);
|
fsf_req = zfcp_fsf_req_alloc(pool, req_flags);
|
||||||
if (unlikely(NULL == fsf_req)) {
|
if (unlikely(NULL == fsf_req)) {
|
||||||
ZFCP_LOG_DEBUG("error: Could not put an FSF request into"
|
ZFCP_LOG_DEBUG("error: Could not put an FSF request into "
|
||||||
"the outbound (send) queue.\n");
|
"the outbound (send) queue.\n");
|
||||||
ret = -ENOMEM;
|
ret = -ENOMEM;
|
||||||
goto failed_fsf_req;
|
goto failed_fsf_req;
|
||||||
|
|
Loading…
Reference in New Issue