From patchwork Tue Nov 21 02:25:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10067595 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 B2FCB603FA for ; Tue, 21 Nov 2017 02:25:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9507C28B88 for ; Tue, 21 Nov 2017 02:25:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8A24028F70; Tue, 21 Nov 2017 02:25:15 +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 0764D28B88 for ; Tue, 21 Nov 2017 02:25:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751518AbdKUCZN (ORCPT ); Mon, 20 Nov 2017 21:25:13 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:35500 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751305AbdKUCZM (ORCPT ); Mon, 20 Nov 2017 21:25:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:To:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ZjIxKZ/sgMqwcMFgDe1Ww2tadY8bFAEO6tm8PVEujAA=; b=TIrpz9i8kANfeh/97Visl2xQW Q6D1UqNHmk9OrvnCSdF6q3XSocPH8yKlpunfUKDZeiA9sbYdHFT6D4AjVVXb6fUf6z38COqfybaBH erLr47+wu9TsrFZjYAeZ9tiEAALkQnVrf9j310NW1N8ICySc0PXAdc3OQeMj6OgwAQIZmNYoQBeTu QAIcLzHsgsPp113zGMmIFv6ToLORi7C4uO4QtnLT/LwLoXNh1sfjfqQlG+hUqeGIrkWJqR5JGjl6i 2NiFhl7VuWR4LBkSTApHWHkAOEjt6EAYmb9NDUwBRBzccpNEbDJr/n/+JPhIdlZyBDKpfRUCNCScl AV5c8lZyw==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlap) by bombadil.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1eGyFJ-0007jW-QW; Tue, 21 Nov 2017 02:25:09 +0000 To: linux-scsi , "James E.J. Bottomley" , "Martin K. Petersen" From: Randy Dunlap Subject: [PATCH] scsi: st.c: fix kernel-doc mismatch Message-ID: Date: Mon, 20 Nov 2017 18:25:08 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap Fix kernel-doc function name and comments in st.c::read_ns_show(): change us to ns to match the function name. Signed-off-by: Randy Dunlap --- drivers/scsi/st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-414.orig/drivers/scsi/st.c +++ lnx-414/drivers/scsi/st.c @@ -4712,7 +4712,7 @@ static ssize_t read_byte_cnt_show(struct static DEVICE_ATTR_RO(read_byte_cnt); /** - * read_us_show - return read us - overall time spent waiting on reads in ns. + * read_ns_show - return read ns - overall time spent waiting on reads in ns. * @dev: struct device * @attr: attribute structure * @buf: buffer to return formatted data in