Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750783AbWIAIR1 (ORCPT ); Fri, 1 Sep 2006 04:17:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750786AbWIAIR1 (ORCPT ); Fri, 1 Sep 2006 04:17:27 -0400 Received: from server6.greatnet.de ([83.133.96.26]:22697 "EHLO server6.greatnet.de") by vger.kernel.org with ESMTP id S1750783AbWIAIR0 (ORCPT ); Fri, 1 Sep 2006 04:17:26 -0400 Message-ID: <44F7ECC3.7000806@nachtwindheim.de> Date: Fri, 01 Sep 2006 10:18:11 +0200 From: Henne User-Agent: Thunderbird 1.5.0.5 (X11/20060728) MIME-Version: 1.0 To: akpm@osdl.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] [KERNELDOC] add missing desctiption in super.c Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 863 Lines: 24 From: Henrik Kretzschmar Adds kernel-doc for alloc_super() type in fs/super.c. This should be merged into linus tree before 2.6.18. Signed-off-by: Henrik Kretzschmar --- --- linux-2.6.17-git22/fs/super.c 2006-07-04 11:12:16.000000000 +0200 +++ linux/fs/super.c 2006-07-04 14:07:00.000000000 +0200 @@ -49,6 +49,7 @@ /** * alloc_super - create new superblock + * @type: filesystem type superblock should belong to * * Allocates and initializes a new &struct super_block. alloc_super() * returns a pointer new superblock or %NULL if allocation had failed. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/