From nobody Thu Apr 9 10:31:59 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 885AD357A3F for ; Mon, 9 Mar 2026 21:42:25 +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=1773092547; cv=none; b=CZDeh1vG/h098mpxFMkKdw8ACgbPjdbRQbMAL7sHPJToTm2D4TKRlh22ZS0UfFH48D89PpFiCoyxNkcvq0KP3ll/UU2DjYCSPhei0vtRN++Ack1eW9xeh7FpLMllwNlrH3mNrlzPiJ1K7KxPOM9qJw62Cirm1TH4zcnCazqPyeQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773092547; c=relaxed/simple; bh=3AHh5jSkyvoUufW7Wvwx2+Yr+Q0+BNQAX0KG8Bx79gQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Gv/ckB0RCzLIf/zYST9lQX0nH6130z8n8RzVaGLsS5chkvsb+i8OAnYWDm04LIGy/qTba0/hANz5bHDIqjaAp0kwRxy8MORMMys2ObjWT3vVJ6/6b+JPC+to3YZlMqBZpIuUKSx1iLdZKUcPwIXVlxdB5T5TStozI9VQsn9PjbY= 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=jwOuj+yW; 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="jwOuj+yW" 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:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender :Reply-To:Content-Type:Content-ID:Content-Description; bh=VmoUoI4UMEi6B69Z3cjMOd2ntJqNCEDjfQHi4PG8Xf0=; b=jwOuj+yW52Ny9mpVqkXRxmIySZ +3qap1e2eHxUlVHi3zh/62Pegos8qIxdYsWJ8Dw1L5BofC0Fyi1/g+laqfev90e0AjGi+ApEOTIrv wgHhSBIpLBT4IymtEy959yimTm4vc7YuCSA8y1jBQ1juJ1i4KbU0iP5vE4LDqrBwq9i/cVY2E7aqN 5gjbA2ceGOGoy9mQcfC2mKAA4aHAlunng8H9Cwwy3SSYk7X3j8FE/3c9a4C2dDtKdF5EWFiTVQ36h FaZ16cYX7MlyhVAHd8XZOQcPEWPfgu1znn4otTlN/5ig9MNljz8grg0iMqyeh0IYdj8I00VcZG7QW mKxJE9Qw==; 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 1vziMr-00000008Byh-0flY; Mon, 09 Mar 2026 21:42:25 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Thomas Richard , Michael Brunner , Lee Jones Subject: [PATCH 3/4 v2] mfd: rsmu: remove a empty kernel-doc line Date: Mon, 9 Mar 2026 14:42:22 -0700 Message-ID: <20260309214223.749088-4-rdunlap@infradead.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260309214223.749088-1-rdunlap@infradead.org> References: <20260309214223.749088-1-rdunlap@infradead.org> 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" kernel-doc format expects a prototype on the line that immediately follows the "/**" line, so drop this empty line. Warning: include/linux/mfd/rsmu.h:21 Cannot find identifier on line: * Signed-off-by: Randy Dunlap --- Cc: Lee Jones include/linux/mfd/rsmu.h | 1 - 1 file changed, 1 deletion(-) --- linux-next-20260220.orig/include/linux/mfd/rsmu.h +++ linux-next-20260220/include/linux/mfd/rsmu.h @@ -19,7 +19,6 @@ enum rsmu_type { }; =20 /** - * * struct rsmu_ddata - device data structure for sub devices. * * @dev: i2c/spi device.