From patchwork Sat Dec 23 05:07:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13503932 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 85181BA32; Sat, 23 Dec 2023 05:07:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Q3OLSM8T" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=keHgqFhOWpkH/zEjvcku1aRyCcDuntkNgDFAa7/rreE=; b=Q3OLSM8Tz+7dqXrI0CH7bRQnTK /xJHXyhWiqPglbzoRAaxVJJGMqfq1JIVcDxTAUN9LPCeCNe6pJn1nquAdYX9JYRt69lch6H3aMIJO 6SYTPORN1GN4E37wJNz0/8gIDk2yBMqMq+L2eV4r58Q/kKiTky7PQ1aTT5uug/GoJmBsuyDaWe++n bvh6G6msXr2hzPsyOpzKGnY0Ev/2aJDRXyvnG7n1aiLWYN12KOy8K0FCeC4GGoJ97Z7X+8xPr2aut btrz3i/HVS9v5pYBMngygzcEDLhdLzuxCDQpSHaWmynpX1MZfN2ApxaYpSosZHBHs+foqRqe8m0sV OHf/LKKw==; Received: from [50.53.46.231] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1rGuE8-007Ory-08; Sat, 23 Dec 2023 05:07:10 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Sakari Ailus , Laurent Pinchart , Mauro Carvalho Chehab , linux-media@vger.kernel.org Subject: [PATCH] media: media-entity.h: fix Excess kernel-doc description warnings Date: Fri, 22 Dec 2023 21:07:07 -0800 Message-ID: <20231223050707.14091-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Remove the @major: and @minor: lines to prevent the kernel-doc warnings: include/media/media-entity.h:376: warning: Excess struct member 'major' description in 'media_entity' include/media/media-entity.h:376: warning: Excess struct member 'minor' description in 'media_entity' Signed-off-by: Randy Dunlap Cc: Sakari Ailus Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Reviewed-by: Laurent Pinchart --- include/media/media-entity.h | 4 ---- 1 file changed, 4 deletions(-) diff -- a/include/media/media-entity.h b/include/media/media-entity.h --- a/include/media/media-entity.h +++ b/include/media/media-entity.h @@ -337,10 +337,6 @@ enum media_entity_type { * @info.dev: Contains device major and minor info. * @info.dev.major: device node major, if the device is a devnode. * @info.dev.minor: device node minor, if the device is a devnode. - * @major: Devnode major number (zero if not applicable). Kept just - * for backward compatibility. - * @minor: Devnode minor number (zero if not applicable). Kept just - * for backward compatibility. * * .. note:: *