From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81D50C761AF for ; Wed, 29 Mar 2023 17:17:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231312AbjC2RRo (ORCPT ); Wed, 29 Mar 2023 13:17:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230130AbjC2RRm (ORCPT ); Wed, 29 Mar 2023 13:17:42 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84139126; Wed, 29 Mar 2023 10:17:41 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id D5357378; Wed, 29 Mar 2023 17:17:40 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net D5357378 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1680110261; bh=BGG/uIHYnOzF0ono2kbW+HeIrfKt11QT8bEELbMG11g=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=RL715xBMG27ao6GRi94EK571XzuQw+jhp4r0d8Mbih8o49eOQsn+hKDl8kb3AyYDi 7fzPwo/F6H2lvsKNn+ZrWmAh3g3EH8AJV0V7JYqHM/Xe+RW6Y6vXm+Oy6Lwdo7PM6Q RBiQ8PH5nOziJnAnU5liGic+LvM6OpiYI5QpPHkDSVDwHTETsbH2h3bqYOgfzCAQMU Fs/PKk6LpYIizryN/vfvBwxrqsq/iRsWb6896hD2EU0JxU5vtylqtmWVCW/HMMALmD sdnPwH5wZ/isC+FSLbwK1cK+VCn606hOD/rxnaJtXI5xNRoQOxwll7w0FEEXMJS2tf kA3UMygljsOng== From: Jonathan Corbet To: Bagas Sanjaya , Linux Documentation , Linux Kernel Mailing List , Linux Staging Drivers Cc: Borislav Petkov , "Paul E. McKenney" , Andrew Morton , Randy Dunlap , Damien Le Moal , Kim Phillips , "Steven Rostedt (Google)" , Mauro Carvalho Chehab , Hans Verkuil , Greg Kroah-Hartman , Bagas Sanjaya , kernel test robot Subject: Re: [PATCH] Documentation: kernel-parameters: Remove meye entry In-Reply-To: <20230315100246.62324-1-bagasdotme@gmail.com> References: <20230315100246.62324-1-bagasdotme@gmail.com> Date: Wed, 29 Mar 2023 11:17:39 -0600 Message-ID: <87sfdniij0.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bagas Sanjaya writes: > Commit ba47652ba65523 ("media: meye: remove this deprecated driver") > removes meye driver but forgets to purge its kernel-parameters.txt > entry, hence broken reference. > > Remove the entry. > > Link: https://lore.kernel.org/all/202302070341.OVqstpMM-lkp@intel.com/ > Fixes: ba47652ba65523 ("media: meye: remove this deprecated driver") > Reported-by: kernel test robot > Signed-off-by: Bagas Sanjaya > --- > This patch is based on staging-next tree, because the driver removal > touched drivers/staging/. > > Documentation/admin-guide/kernel-parameters.txt | 3 --- > 1 file changed, 3 deletions(-) Applied. I trimmed the hash in the Fixes tag to the normal 12 characters to keep checkpatch from whining... jon