Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932843AbbDMUPa (ORCPT ); Mon, 13 Apr 2015 16:15:30 -0400 Received: from mx0b-0016ce01.pphosted.com ([67.231.156.153]:59234 "EHLO mx0b-0016ce01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754678AbbDMUPX (ORCPT ); Mon, 13 Apr 2015 16:15:23 -0400 Date: Mon, 13 Apr 2015 16:15:05 -0400 From: Chad Dupuis X-X-Sender: cdupuis@administrators-macbook-pro.local To: Masanari Iida CC: , , , Subject: Re: [PATCH] [SCSI] bnx2fc: Fix debug messasges in bnx2fc_io.c In-Reply-To: <1428847633-30232-1-git-send-email-standby24x7@gmail.com> Message-ID: References: <1428847633-30232-1-git-send-email-standby24x7@gmail.com> User-Agent: Alpine 2.00 (OSX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" X-Originating-IP: [10.1.4.10] disclaimer: bypass X-Proofpoint-Virus-Version: vendor=nai engine=5700 definitions=7770 signatures=670572 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1504130173 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1576 Lines: 42 Looks ok. Acked-by: Chad Dupuis On Sun, 12 Apr 2015, Masanari Iida wrote: > The debug messages in bnx2fc_process_seq_cleanup_compl() doesn't > match its function name. > > Signed-off-by: Masanari Iida > --- > drivers/scsi/bnx2fc/bnx2fc_io.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/scsi/bnx2fc/bnx2fc_io.c b/drivers/scsi/bnx2fc/bnx2fc_io.c > index 9ecca85..1b53a68 100644 > --- a/drivers/scsi/bnx2fc/bnx2fc_io.c > +++ b/drivers/scsi/bnx2fc/bnx2fc_io.c > @@ -1319,7 +1319,7 @@ void bnx2fc_process_seq_cleanup_compl(struct bnx2fc_cmd *seq_clnp_req, > int rc = 0; > struct bnx2fc_rport *tgt = orig_io_req->tgt; > > - BNX2FC_IO_DBG(orig_io_req, "Entered process_cleanup_compl xid = 0x%x" > + BNX2FC_IO_DBG(orig_io_req, "Entered process_seq_cleanup_compl xid = 0x%x" > "cmd_type = %d\n", > seq_clnp_req->xid, seq_clnp_req->cmd_type); > > @@ -1334,7 +1334,7 @@ void bnx2fc_process_seq_cleanup_compl(struct bnx2fc_cmd *seq_clnp_req, > spin_lock_bh(&tgt->tgt_lock); > > if (rc) > - printk(KERN_ERR PFX "clnup_compl: Unable to send SRR" > + printk(KERN_ERR PFX "process_seq_clenup_compl: Unable to send SRR" > " IO will abort\n"); > seq_clnp_req->cb_arg = NULL; > kref_put(&orig_io_req->refcount, bnx2fc_cmd_release); > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/