From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH resend] fs: fix inode.c kernel-doc warning Date: Thu, 5 Nov 2015 16:53:47 -0800 Message-ID: <563BFA1B.1070303@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Linux FS Devel , Al Viro , Andrew Morton Return-path: Received: from casper.infradead.org ([85.118.1.10]:40993 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932868AbbKFAxx (ORCPT ); Thu, 5 Nov 2015 19:53:53 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Randy Dunlap Fix kernel-doc warning in fs/inode.c: ..//fs/inode.c:1606: warning: No description found for parameter 'inode' Signed-off-by: Randy Dunlap --- fs/inode.c | 1 + 1 file changed, 1 insertion(+) --- lnx-43.orig/fs/inode.c +++ lnx-43/fs/inode.c @@ -1597,6 +1597,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,