Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752364AbbBXEni (ORCPT ); Mon, 23 Feb 2015 23:43:38 -0500 Received: from mx0a-0016ce01.pphosted.com ([67.231.148.157]:58849 "EHLO mx0a-0016ce01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751812AbbBXEng convert rfc822-to-8bit (ORCPT ); Mon, 23 Feb 2015 23:43:36 -0500 From: Saurav Kashyap To: Yannick Guerrini , Dept-Eng QLA2xxx Upstream CC: "JBottomley@parallels.com" , "trivial@kernel.org" , linux-kernel Subject: Re: [PATCH] drivers/scsi/qla2xxx: Fix trivial typo in qla25xx_setup_mode Thread-Topic: [PATCH] drivers/scsi/qla2xxx: Fix trivial typo in qla25xx_setup_mode Thread-Index: AQHQT7fgKYRclAsqnkqNNpmRA+8B9J0AG5+A Date: Tue, 24 Feb 2015 04:43:22 +0000 Message-ID: References: <1424730410-11488-1-git-send-email-yguerrini@tomshardware.fr> In-Reply-To: <1424730410-11488-1-git-send-email-yguerrini@tomshardware.fr> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.4.7.141117 x-originating-ip: [10.1.4.10] disclaimer: bypass Content-Type: text/plain; charset="us-ascii" Content-ID: <5E52243104FC2F41B2009F97C892191B@qlogic.com> Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=nai engine=5700 definitions=7721 signatures=670627 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-1502240044 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1741 Lines: 51 Acked-by: Saurav Kashyap Thanks, ~Saurav -----Original Message----- From: Yannick Guerrini Date: Tuesday, 24 February 2015 3:56 am To: Dept-Eng QLA2xxx Upstream Cc: James Bottomley , "trivial@kernel.org" , linux-kernel , Yannick Guerrini Subject: [PATCH] drivers/scsi/qla2xxx: Fix trivial typo in qla25xx_setup_mode >Change 'enalbed' to 'enabled' > >Signed-off-by: Yannick Guerrini >--- > drivers/scsi/qla2xxx/qla_os.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c >index cce1cbc..d46a3a6 100644 >--- a/drivers/scsi/qla2xxx/qla_os.c >+++ b/drivers/scsi/qla2xxx/qla_os.c >@@ -446,11 +446,11 @@ static int qla25xx_setup_mode(struct scsi_qla_host >*vha) > } > ha->flags.cpu_affinity_enabled = 1; > ql_dbg(ql_dbg_multiq, vha, 0xc007, >- "CPU affinity mode enalbed, " >+ "CPU affinity mode enabled, " > "no. of response queues:%d no. of request queues:%d.\n", > ha->max_rsp_queues, ha->max_req_queues); > ql_dbg(ql_dbg_init, vha, 0x00e9, >- "CPU affinity mode enalbed, " >+ "CPU affinity mode enabled, " > "no. of response queues:%d no. of request queues:%d.\n", > ha->max_rsp_queues, ha->max_req_queues); > } >-- >1.9.5.msysgit.0 > -- 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/