From nobody Thu Apr 16 08:35:25 2026 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 6C0492F28FF; Sun, 1 Mar 2026 01:48:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772329704; cv=none; b=bbPqUa0oWaZNZ9fGVFGk6h1thqdlkwPQvMiTkLE1FUnkm44Qf42qiRanTAakjY5PtBoioIvewxlq6Fnq/owwVoDsM+iUT1Eg8bkeUjYbzSL2YTKYu9vvtw2BSu2CAWSFJEp27gi4yqlJzNQKgNzJLv9bW+gd6LoicNuy8FjMnqM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772329704; c=relaxed/simple; bh=1EFPLW9KMeNmK/VwUcc/pB71JUIFqjR0Y6iuBB9c9JI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=oplYTyEvKPMmqaqapNcY8P0RjpjMd/O1Yxg55SX43yXb1OJGaZXRqASi3iz+JN9j8RhckyM2Q/+WePKQzMla3t6Ndbn2ejkVMTuF8/DTV3qKFXVAKLeKUYS+cKixNcpa9em6ONN9pjEMW9b9L+Er7vycqF9j/ltCbrEcmz757lo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=h4WQPJWH; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (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="h4WQPJWH" 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=N2HpYocLz/q4h1A70ya/gJs/CUWh47DPdEVN0RU25jY=; b=h4WQPJWH1IpDAc4j4g4TG0GhLJ HAup0TTrJ2OPgqewUeTrPFykibtSdpMs8NFU2nyfaDnY7bEHQiT9obgG5ZLDjQCI0QzvKVXTodk5Y +Kf8RDLIuJB8/tzOyOq/X65s8GeOvoTWkgrEs9YTNmpmf7lBqw3EaXC5UUJiaZYMFT/6tehiILW+7 SrCeoBNrm/Gf11dbTly8sf2tpvq91BCgs1EV6hzF3SeoURZZ0claQodjAjgbeN2Gw5Uz3yCbSHDdC ZxZ+ufWMMzP7oFF9CJbblpgkGMpZHU8SlSTAnOFGkgefzdcv6Ak6WTL5TjWXxJ/wAPZRSKJgWOFUS bZGrkXcQ==; Received: from [50.53.43.113] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1vwVuw-0000000AeVR-45Xx; Sun, 01 Mar 2026 01:48:23 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Linus Walleij , Bartosz Golaszewski , linux-gpio@vger.kernel.org Subject: [PATCH] gpio: Timberdale: repair kernel-doc comments Date: Sat, 28 Feb 2026 17:48:22 -0800 Message-ID: <20260301014822.3133268-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Use a ':' after struct member names to avoid kernel-doc warnings: Warning: include/linux/timb_gpio.h:22 struct member 'gpio_base' not described in 'timbgpio_platform_data' Warning: include/linux/timb_gpio.h:22 struct member 'nr_pins' not described in 'timbgpio_platform_data' Warning: include/linux/timb_gpio.h:22 struct member 'irq_base' not described in 'timbgpio_platform_data' Signed-off-by: Randy Dunlap --- Cc: Linus Walleij Cc: Bartosz Golaszewski Cc: linux-gpio@vger.kernel.org include/linux/timb_gpio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- linux-next-20260227.orig/include/linux/timb_gpio.h +++ linux-next-20260227/include/linux/timb_gpio.h @@ -9,10 +9,10 @@ =20 /** * struct timbgpio_platform_data - Platform data of the Timberdale GPIO dr= iver - * @gpio_base The number of the first GPIO pin, set to -1 for + * @gpio_base: The number of the first GPIO pin, set to -1 for * dynamic number allocation. - * @nr_pins Number of pins that is supported by the hardware (1-32) - * @irq_base If IRQ is supported by the hardware, this is the base + * @nr_pins: Number of pins that is supported by the hardware (1-32) + * @irq_base: If IRQ is supported by the hardware, this is the base * number of IRQ:s. One IRQ per pin will be used. Set to * -1 if IRQ:s is not supported. */