From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (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 2450B35AC3C; Mon, 1 Jun 2026 19:03:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.79.88.28 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780340606; cv=none; b=gC4xmOmbY/fIXh1IGgSR2lglT+IwaQql/eNwyBxqIoC56UFzbfWd/aAsdz1PCB4kHlC3FYfS2YP45HaQgrpsGJTXhOLTJRG3FVe8/2VRtby5+XAdQipQyyI2kBL6BKeWzVt447eHR7dQyoZHvw32vOBtZ2MAhNj+nfoHo2h6LVw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780340606; c=relaxed/simple; bh=Xy4hlY0vc8Y/1Bgjg3VPJmT0/ndZEGMNkyDTQCQA7n0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=i3C70gd71RxnyvQrgMt6VIXdqQS3gjz4DT4FcqHSz5itJE23+8fAc/aaMtt4ogLuyVk+K3kU6o8d7pG5rtYb1CzfUBdCHTiSUDw/iC1tcLVPmohQIjksNuse6tzDQadxZi66cBhAnFfDZ/Y6yd8lqXuKg30lfPOtvhe9YZ5X5Rs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net; spf=pass smtp.mailfrom=lwn.net; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b=Lo/+Tjsj; arc=none smtp.client-ip=45.79.88.28 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lwn.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b="Lo/+Tjsj" DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 2586E40E49 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1780340604; bh=vPUhMWvV+3Qn87/+MO1lptRZFgblDPHPj7D/5ZC5G8M=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Lo/+TjsjPgy6jWN45sBLTTo8agfY8DOwGCN5eOF8dVO7XJY1HJ0xgz6LKYq7U4e6E RJPn7hJn8WSeDG7EULxiS34j7Z/yd+4nSAxNbgW/xU6qAwdKcetIylBW9aUuPD4ZwA ODdL33xxgAZ5W1eDOmUTqTeub14rKkbETSy50Z9q/SjzbPqxHPXzXVQkSwetyIN3h4 BjZOw/ajZUaombkfuFhBpC20yqAv2Y3YmPVgpR1SpibtleL6iF2p1pCzx3qN6Nx7d0 IdobAUPAs7qqH+A0JondVF36X9WEPBUNc2cm59pIT1OBnhjhIAY6HxJLSgR9Qg+6Q3 pT5JjOuAm2SQA== Received: from localhost (unknown [IPv6:2601:280:4600:27b:67c:16ff:fe81:5f9b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 2586E40E49; Mon, 1 Jun 2026 19:03:24 +0000 (UTC) From: Jonathan Corbet To: Costa Shulyupin , Shuah Khan , Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Costa Shulyupin Subject: Re: [PATCH v1] docs: sonypi: Fix stale header file path In-Reply-To: <20260531135850.4113774-1-costa.shul@redhat.com> References: <20260531135850.4113774-1-costa.shul@redhat.com> Date: Mon, 01 Jun 2026 13:03:23 -0600 Message-ID: <87tsrm84n8.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Costa Shulyupin writes: > The sonypi.h header was moved from drivers/char/ to > include/linux/. Update the reference. > > Assisted-by: Claude:claude-opus-4-6 > Signed-off-by: Costa Shulyupin > --- > Documentation/admin-guide/laptops/sonypi.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/laptops/sonypi.rst b/Documentation/admin-guide/laptops/sonypi.rst > index 7541f56e0007..fb8f4a30ddce 100644 > --- a/Documentation/admin-guide/laptops/sonypi.rst > +++ b/Documentation/admin-guide/laptops/sonypi.rst > @@ -89,7 +89,7 @@ statically linked into the kernel). Those options are: > set to 0xffffffff, meaning that all possible events > will be tried. You can use the following bits to > construct your own event mask (from > - drivers/char/sonypi.h):: > + include/linux/sonypi.h):: > I suspect this driver has not been used in a long time, but as long as it's around the documentation should at least not be obviously wrong. Applied, thanks. jon