From patchwork Thu Mar 1 22:26:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Van Assche X-Patchwork-Id: 10252737 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 989BD60365 for ; Thu, 1 Mar 2018 22:26:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8870E27816 for ; Thu, 1 Mar 2018 22:26:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7CEDA286A9; Thu, 1 Mar 2018 22:26:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EBF2D27816 for ; Thu, 1 Mar 2018 22:26:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162581AbeCAW0f (ORCPT ); Thu, 1 Mar 2018 17:26:35 -0500 Received: from esa4.hgst.iphmx.com ([216.71.154.42]:7150 "EHLO esa4.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162534AbeCAW0e (ORCPT ); Thu, 1 Mar 2018 17:26:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wdc.com; i=@wdc.com; q=dns/txt; s=dkim.wdc.com; t=1519943194; x=1551479194; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=nWMFGd1gmT/kH898gZAkn1F3NYqxWMMeD1uaDInLP4M=; b=Tx0sowbkceWt+lhcq/r2rY0+Jq1WhIvDYrDoR48apKcskaXi/ltgxxnJ c3ho4y11FKMArWf0AQi9ZuWjVZKt2IRMfLYEkxn12j67E6ZxlrzBg4sQv er+ZNSbhXkMJx+4/5zZaL6nNQIATZTq7w2+/nWawjgKz4BwraaGtQhZC4 QitqLB/bNAkh6gY7i4gn5uthlcWAAm3RFYczGB0bAYz/eTMpEuUK/q2Ba +fFv3QTm+JOtRrKH5m7m90ry+ilA1p+aquQWy12p0VYM6E5LUklZhikV2 ACkHmCkMGixwz4ZOiyDVs23SklPihIC+7lmJmQkeYKj7I7mBNESkcD+Lq w==; X-IronPort-AV: E=Sophos;i="5.47,409,1515427200"; d="scan'208";a="72564587" Received: from uls-op-cesaip01.wdc.com (HELO uls-op-cesaep01.wdc.com) ([199.255.45.14]) by ob1.hgst.iphmx.com with ESMTP; 02 Mar 2018 06:26:33 +0800 Received: from uls-op-cesaip01.wdc.com ([10.248.3.36]) by uls-op-cesaep01.wdc.com with ESMTP; 01 Mar 2018 14:20:36 -0800 Received: from thinkpad-bart.sdcorp.global.sandisk.com (HELO thinkpad-bart.int.fusionio.com) ([10.11.171.236]) by uls-op-cesaip01.wdc.com with ESMTP; 01 Mar 2018 14:26:33 -0800 From: Bart Van Assche To: Nicholas Bellinger Cc: Christoph Hellwig , target-devel@vger.kernel.org, Bart Van Assche , Hannes Reinecke , Mike Christie Subject: [PATCH 01/14] target: Fix an argument name in a function documentation header Date: Thu, 1 Mar 2018 14:26:19 -0800 Message-Id: <20180301222632.31507-2-bart.vanassche@wdc.com> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180301222632.31507-1-bart.vanassche@wdc.com> References: <20180301222632.31507-1-bart.vanassche@wdc.com> Sender: target-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: target-devel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Make sure that the kernel-doc header matches the function declaration. Fixes: commit ea98d7f9c7cc ("target: Add target_submit_tmr helper function") Signed-off-by: Bart Van Assche Cc: Hannes Reinecke Cc: Christoph Hellwig Cc: Mike Christie --- drivers/target/target_core_transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c index 4558f2e1fe1b..f649cf0bed75 100644 --- a/drivers/target/target_core_transport.c +++ b/drivers/target/target_core_transport.c @@ -1654,7 +1654,7 @@ static bool target_lookup_lun_from_tag(struct se_session *se_sess, u64 tag, * @se_sess: associated se_sess for endpoint * @sense: pointer to SCSI sense buffer * @unpacked_lun: unpacked LUN to reference for struct se_lun - * @fabric_context: fabric context for TMR req + * @fabric_tmr_ptr: fabric context for TMR req * @tm_type: Type of TM request * @gfp: gfp type for caller * @tag: referenced task tag for TMR_ABORT_TASK