From patchwork Wed Jul 8 12:02:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 11651467 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0173313B6 for ; Wed, 8 Jul 2020 12:03:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DD20E20775 for ; Wed, 8 Jul 2020 12:03:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="BQfkrIML" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728876AbgGHMD0 (ORCPT ); Wed, 8 Jul 2020 08:03:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729205AbgGHMDG (ORCPT ); Wed, 8 Jul 2020 08:03:06 -0400 Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB89EC08C5DC for ; Wed, 8 Jul 2020 05:03:05 -0700 (PDT) Received: by mail-wm1-x342.google.com with SMTP id g75so2705505wme.5 for ; Wed, 08 Jul 2020 05:03:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ERoz3fkdfBzQNDlM4+cYEX1ahP8otbMKTg0c52YoDQM=; b=BQfkrIMLhcq2bpyg8GI9z9uvky9LxtnORcYZhT+HkKw3ytxk/0Ay4nbGD7kwBmp1o6 N3fxA9DiSNExlEt2oSAxsnQiJkkxThmoA6m7fFYCEu4hI3GrEo8XPwyw/a1Se1oHPz7B eHmAxZnQvSXjYkWZ8xLqfBCeE0BYZTDzM/wnaRamU/If4Or6GkR+V+kR2lznDPNqvYPW 91Tyg4okajt6CHPVTLyJ5mjmPV0YNdivt77C2OUVYNqZy6H0sBNFZCVbOOfzq0uwO3o/ JTK4tmuz2+WFCkAg3US1BBmXBHYNTM59CcMm+uKePPWUBkA1L9RL0UbMTvL0AHRda0FL qhpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ERoz3fkdfBzQNDlM4+cYEX1ahP8otbMKTg0c52YoDQM=; b=FOWH0ARK1IYNOeYIkAUNN6XJ/FA5o09ZNB7zYmsT8eFCxJ80sBXxvwrCebyBmRGoic tfpmswzhHeKb4VnivjzclaAoIZa/+19/qc3LBC0zNm86XrEorVarr6vifpUQDuvKvMB9 8SFC6I659vgMGJOIl+KFHGFOS3l16pHP8uQVapiBAj1bLhpjELlEA2sgLK0xiNHMukaI dVp12CQ+Bci6frC6dY8rFMnIeZpVyn2pmbmkuL9u6CVIYuyWpC9tHPNQqiDUMmhIPWU6 7h1oBWH9Gs7ChpNH/5qNhB+yD2FS5wqAsF7RkU9tIJyR+oFCWOFFltJxmoziP/PsqOcV egdA== X-Gm-Message-State: AOAM531D3dHws8I7CGQ5ULptn2Pa2WAmqGRGWW7rTUoyboLF01ehJqAR g4stWG5DsB+2WnPukUZrcuM4bg== X-Google-Smtp-Source: ABdhPJzT8YdDaUodEHbCCXJeTOYOV4BqAXnxN0Y2LVKcQ+xGvSsmtq2rXCJSexfhZNek8Wi4fPWdBg== X-Received: by 2002:a1c:4d04:: with SMTP id o4mr8741190wmh.132.1594209784342; Wed, 08 Jul 2020 05:03:04 -0700 (PDT) Received: from localhost.localdomain ([2.27.35.206]) by smtp.gmail.com with ESMTPSA id m62sm3964997wmm.42.2020.07.08.05.03.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Jul 2020 05:03:03 -0700 (PDT) From: Lee Jones To: jejb@linux.ibm.com, martin.petersen@oracle.com Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, Lee Jones , YueHaibing , Luben Tuikov Subject: [PATCH 26/30] scsi: aic94xx: aic94xx_init: Demote seemingly unintentional kerneldoc header Date: Wed, 8 Jul 2020 13:02:17 +0100 Message-Id: <20200708120221.3386672-27-lee.jones@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200708120221.3386672-1-lee.jones@linaro.org> References: <20200708120221.3386672-1-lee.jones@linaro.org> MIME-Version: 1.0 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org This is the only use of kerneldoc in the sourcefile and no descriptions are provided. Fixes the following W=1 kernel build warning(s): drivers/scsi/aic94xx/aic94xx_init.c:538: warning: Function parameter or member 'asd_ha' not described in 'asd_free_edbs' Cc: YueHaibing Cc: Luben Tuikov Signed-off-by: Lee Jones --- drivers/scsi/aic94xx/aic94xx_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/aic94xx/aic94xx_init.c b/drivers/scsi/aic94xx/aic94xx_init.c index bef47f38dd0db..a195bfe9eccc0 100644 --- a/drivers/scsi/aic94xx/aic94xx_init.c +++ b/drivers/scsi/aic94xx/aic94xx_init.c @@ -530,7 +530,7 @@ static int asd_create_ha_caches(struct asd_ha_struct *asd_ha) return 0; } -/** +/* * asd_free_edbs -- free empty data buffers * asd_ha: pointer to host adapter structure */