From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753163AbcFJSGx (ORCPT ); Fri, 10 Jun 2016 14:06:53 -0400 Received: from merlin.infradead.org ([205.233.59.134]:60810 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751698AbcFJSGv (ORCPT ); Fri, 10 Jun 2016 14:06:51 -0400 To: LKML , Thomas Gleixner Subject: [PATCH] debugobjects.h: fix trivial kernel-doc warning Cc: Andrew Morton From: Randy Dunlap Message-ID: <575B01B8.5060600@infradead.org> Date: Fri, 10 Jun 2016 11:06:48 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap Add ':' to fix trivial kernel-doc warning in : ..//include/linux/debugobjects.h:63: warning: No description found for parameter 'is_static_object' Signed-off-by: Randy Dunlap --- include/linux/debugobjects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-47-rc2.orig/include/linux/debugobjects.h +++ lnx-47-rc2/include/linux/debugobjects.h @@ -38,7 +38,7 @@ struct debug_obj { * @name: name of the object typee * @debug_hint: function returning address, which have associated * kernel symbol, to allow identify the object - * @is_static_object return true if the obj is static, otherwise return false + * @is_static_object: return true if the obj is static, otherwise return false * @fixup_init: fixup function, which is called when the init check * fails. All fixup functions must return true if fixup * was successful, otherwise return false