From nobody Fri Apr 17 12:44:29 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 8C333770FE for ; Mon, 23 Feb 2026 20:12:15 +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=1771877537; cv=none; b=BE1C0FZ61/mUKoL6pYX5DWqN9JwGGza5rjMNcuPUdjtKrW3a46Xz6Mcg+GrPVLBJBv5NE8C1KSQm/13HjMF64Vxmbe/l4rGaOIJ2AfPPyYW3jk2kqqz1wNEj8zNYuK9aI83Upf74qC0jK7LLyyul9S18v+7NHpypnwr8dRkSUpU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771877537; c=relaxed/simple; bh=3AHh5jSkyvoUufW7Wvwx2+Yr+Q0+BNQAX0KG8Bx79gQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ir66sQGVaJFKMELYw/jbXLDxmaWI5F2cnF1LmzlqodXZrWkAUbiqH5IchE5m8lK48f7PwwZ+XXdXCbzhy3GVQC0hKKadc8j4Rf13OrJoiy1crRADVzYLrsHJA1ek/sBJUxxI4zoAGGlRM2EDLlfU8uH6B5HXy1RfUS1LnFkwnZA= 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=IuCRWr6E; 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="IuCRWr6E" 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=IuCRWr6EeNF85KfeRBosbsqyPM 2ti3IaaSnXuSgCUtufTHgBxAj4zTRAa8sa3AQbchMRllEpjAMlVkVg98qe7/OgrjdH/UX7KF6QK+M OkQBUwjC60vXYZY/9oQ4bMbJL4obr0pwQDLyQaZcIAWFViNNOvOgXl37ZhCPN0mPMqiHx9VXs/45T 3aRDmjCIQGLA01POrsTue/SaS8JJ94yLQ6lyFfkI1NP1KK/m331CN26nqdXWUJnkhEq5tPIiUEO2w TMfDRanK/+dRzFCQ5DeJo7mBvoEHhqb2EwKsPNJ3ekIS/85T/59ekSu94Ya+VimwOGwsbBftIlYXn Cq7rLs3A==; 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 1vucHu-00000000yyV-3htt; Mon, 23 Feb 2026 20:12:14 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Thomas Richard , Lee Jones Subject: [PATCH] mfd: rsmu: remove a empty kernel-doc line Date: Mon, 23 Feb 2026 12:12:12 -0800 Message-ID: <20260223201213.3092399-3-rdunlap@infradead.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260223201213.3092399-1-rdunlap@infradead.org> References: <20260223201213.3092399-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.