···295295module_exit(mon_exit);296296297297module_param_named(max_bufs, mon_max_bufs, int, 0644);298298-MODULE_PARM_DESC(max_bufs, "Maximum number of sample monitor data buffers"298298+MODULE_PARM_DESC(max_bufs, "Maximum number of sample monitor data buffers "299299 "that can be active at one time");300300301301MODULE_AUTHOR("Melissa Howland <Melissa.Howland@us.ibm.com>");
+1-1
drivers/s390/char/vmlogrdr.c
···683683 /* Register with iucv driver */684684 ret = iucv_register(&vmlogrdr_iucv_handler, 1);685685 if (ret) {686686- printk (KERN_ERR "vmlogrdr: failed to register with"686686+ printk (KERN_ERR "vmlogrdr: failed to register with "687687 "iucv driver\n");688688 goto out;689689 }
+1-1
drivers/s390/cio/chsc.c
···1042104210431043 scsc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA);10441044 if (!scsc_area) {10451045- CIO_MSG_EVENT(0, "Was not able to determine available"10451045+ CIO_MSG_EVENT(0, "Was not able to determine available "10461046 "CHSCs due to no memory.\n");10471047 return -ENOMEM;10481048 }
+1-1
drivers/s390/net/claw.c
···24162416 privptr->p_buff_pages_perwrite);24172417#endif24182418 if (p_buff==NULL) {24192419- printk(KERN_INFO "%s:%s __get_free_pages"24192419+ printk(KERN_INFO "%s:%s __get_free_pages "24202420 "for writes buf failed : get is for %d pages\n",24212421 dev->name,24222422 __FUNCTION__,
+1-1
drivers/s390/net/lcs.c
···11151115 rc = lcs_send_setipm(card, ipm);11161116 spin_lock_irqsave(&card->ipm_lock, flags);11171117 if (rc) {11181118- PRINT_INFO("Adding multicast address failed."11181118+ PRINT_INFO("Adding multicast address failed. "11191119 "Table possibly full!\n");11201120 /* store ipm in failed list -> will be added11211121 * to ipm_list again, so a retry will be done
+5-5
drivers/s390/scsi/zfcp_fsf.c
···502502 fsf_req->status |= ZFCP_STATUS_FSFREQ_ERROR;503503 break;504504 case FSF_SQ_NO_RECOM:505505- ZFCP_LOG_NORMAL("bug: No recommendation could be given for a"505505+ ZFCP_LOG_NORMAL("bug: No recommendation could be given for a "506506 "problem on the adapter %s "507507 "Stopping all operations on this adapter. ",508508 zfcp_get_busid_by_adapter(fsf_req->adapter));···813813 read_unlock_irqrestore(&zfcp_data.config_lock, flags);814814815815 if (!port || (port->d_id != (status_buffer->d_id & ZFCP_DID_MASK))) {816816- ZFCP_LOG_NORMAL("bug: Reopen port indication received for"816816+ ZFCP_LOG_NORMAL("bug: Reopen port indication received for "817817 "nonexisting port with d_id 0x%06x on "818818 "adapter %s. Ignored.\n",819819 status_buffer->d_id & ZFCP_DID_MASK,···22812281 &lock_flags, &fsf_req);22822282 if (retval) {22832283 ZFCP_LOG_INFO("error: Out of resources. Could not create an "22842284- "exchange port data request for"22842284+ "exchange port data request for "22852285 "the adapter %s.\n",22862286 zfcp_get_busid_by_adapter(adapter));22872287 write_unlock_irqrestore(&adapter->request_queue.queue_lock,···23402340 0, NULL, &lock_flags, &fsf_req);23412341 if (retval) {23422342 ZFCP_LOG_INFO("error: Out of resources. Could not create an "23432343- "exchange port data request for"23432343+ "exchange port data request for "23442344 "the adapter %s.\n",23452345 zfcp_get_busid_by_adapter(adapter));23462346 write_unlock_irqrestore(&adapter->request_queue.queue_lock,···47254725 /* allocate new FSF request */47264726 fsf_req = zfcp_fsf_req_alloc(pool, req_flags);47274727 if (unlikely(NULL == fsf_req)) {47284728- ZFCP_LOG_DEBUG("error: Could not put an FSF request into"47284728+ ZFCP_LOG_DEBUG("error: Could not put an FSF request into "47294729 "the outbound (send) queue.\n");47304730 ret = -ENOMEM;47314731 goto failed_fsf_req;