From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.7 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id D51DA7D90D for ; Mon, 18 Nov 2019 19:48:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726472AbfKRTsB (ORCPT ); Mon, 18 Nov 2019 14:48:01 -0500 Received: from ms.lwn.net ([45.79.88.28]:60632 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726435AbfKRTsB (ORCPT ); Mon, 18 Nov 2019 14:48:01 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) (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 B259C9A8; Mon, 18 Nov 2019 19:48:00 +0000 (UTC) Date: Mon, 18 Nov 2019 12:47:59 -0700 From: Jonathan Corbet To: Thomas Gleixner Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] docs: Add request_irq() documentation Message-ID: <20191118124759.5096a15f@lwn.net> In-Reply-To: References: <20191004163955.14419-1-corbet@lwn.net> <20191004163955.14419-3-corbet@lwn.net> Organization: LWN.net X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, 15 Nov 2019 19:23:29 +0100 (CET) Thomas Gleixner wrote: > On Fri, 4 Oct 2019, Jonathan Corbet wrote: > > > While checking the results of the :c:func: removal, I noticed that there > > was no documentation for request_irq(), and request_threaded_irq() was not > > mentioned at all. Add a kerneldoc comment for request_irq() and add > > request_threaded_irq() to the list of functions. > > > > Signed-off-by: Jonathan Corbet Heh...I'd forgotten about this one... > Reviewed-by: Thomas Gleixner Thanks, I'll go ahead and apply it. jon