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 D8E86C7EE22 for ; Tue, 9 May 2023 02:39:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233773AbjEICjx (ORCPT ); Mon, 8 May 2023 22:39:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233906AbjEICjv (ORCPT ); Mon, 8 May 2023 22:39:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E6B39025 for ; Mon, 8 May 2023 19:39:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C695562AD5 for ; Tue, 9 May 2023 02:39:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99D46C433EF; Tue, 9 May 2023 02:39:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1683599989; bh=EUaU81xWJx9WG0nay9EqYTRkER2XdBgXE7vJ7tWle2E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ORfpTfCofdGii5ANlEoU0s2sNsqmALyuMGsXW5P7OLQ/nn3OJE5kgU8iAOqI+5aPL jDUzPu44GhgD0l10EFmT+cOrlHtVmBZdIqoavieUMVa1Nv7Ve+e6wCjrufnxqpwZsg 0/+WxQDZErKr+bnDfCsqeUm8Fo7KrM8qNBOIVngQ= Date: Tue, 9 May 2023 04:39:46 +0200 From: Greg Kroah-Hartman To: James Seo Cc: Randy Dunlap , "Rafael J . Wysocki" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] driver core: device.h: add some missing kerneldocs Message-ID: <2023050929-referable-exponent-d4a1@gregkh> References: <20230508154849.1946589-1-james@equiv.tech> <0a75a41e-6458-8f7a-67cd-89eb05eb822f@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 08, 2023 at 06:51:20PM -0700, James Seo wrote: > On Mon, May 08, 2023 at 11:55:47AM -0700, Randy Dunlap wrote: > > On 5/8/23 09:13, James Seo wrote: > >> On Mon, May 08, 2023 at 08:48:50AM -0700, James Seo wrote: > >>> Add the missing kerneldocs (except for DEVICE_ATTR_IGNORE_LOCKDEP(), > >>> which is only meaningful on debug builds with CONFIG_DEBUG_LOCK_ALLOC > >>> not #defined, and is aliased to DEVICE_ATTR() otherwise). > >>> > >>> Signed-off-by: James Seo > >>> --- > >> > >> I just noticed that there shouldn't be a "not" before "#defined" in the > >> last line of the commit message. Apologies. > >> > > > > Other than that (above), LGTM. > > > > Tested-by: Randy Dunlap > > Acked-by: Randy Dunlap > > > > -- > > ~Randy > > Thanks for the review! > > Just to be clear, that line should read "defined, and is aliased to..." > as commit messages can't have lines that begin with '#'. Please fix that up and send a new version please. thanks, greg k-h