From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751339Ab0IZGbM (ORCPT ); Sun, 26 Sep 2010 02:31:12 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:50462 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750959Ab0IZGbK (ORCPT ); Sun, 26 Sep 2010 02:31:10 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=Qly2FfVaN40V4z6uLlqL3sQu10joaxo+rl5z1VmXtlxeo54BxD7EyxdNkAkeAzrbq2 ijIZx/OY7shmeUS2o+QaOBE0pShmUJKdg96OGajmM3OQOizjho8cW7aoHubrT9+mFHzz X2943hXC8U6xIyOo6N6yxLbEQUaW+nYpxF/k8= From: Namhyung Kim To: Jan Kara , Jiri Kosina Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ext2: fix comment on ext2_try_to_allocate() Date: Sun, 26 Sep 2010 15:31:00 +0900 Message-Id: <1285482660-9937-1-git-send-email-namhyung@gmail.com> X-Mailer: git-send-email 1.7.2.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org @handle doesn't exist in ext2. Remove it. Also, fit comment header into kernel-doc format. Signed-off-by: Namhyung Kim --- fs/ext2/balloc.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/fs/ext2/balloc.c b/fs/ext2/balloc.c index c6c684b..0d06f4e 100644 --- a/fs/ext2/balloc.c +++ b/fs/ext2/balloc.c @@ -646,10 +646,9 @@ find_next_usable_block(int start, struct buffer_head *bh, int maxblocks) return here; } -/* +/** * ext2_try_to_allocate() * @sb: superblock - * @handle: handle to this transaction * @group: given allocation block group * @bitmap_bh: bufferhead holds the block bitmap * @grp_goal: given target block within the group -- 1.7.2.2