From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH] fs: fix fs/inode.c kernel-doc warning Date: Sun, 9 Aug 2015 18:45:51 -0700 Message-ID: <55C8024F.8020605@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Linux FS Devel , Al Viro Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:39957 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751822AbbHJBpv (ORCPT ); Sun, 9 Aug 2015 21:45:51 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Randy Dunlap Fix kernel-doc warning in fs/inode.c: Warning(..//fs/inode.c:1594): No description found for parameter 'inode' Signed-off-by: Randy Dunlap --- fs/inode.c | 1 + 1 file changed, 1 insertion(+) --- lnx-42-rc6.orig/fs/inode.c +++ lnx-42-rc6/fs/inode.c @@ -1585,6 +1585,7 @@ static int update_time(struct inode *ino /** * touch_atime - update the access time * @path: the &struct path to update + * @inode: inode to update * * Update the accessed time on an inode and mark it for writeback. * This function automatically handles read only file systems and media,