Commit 26f78b7a423aea094c536e94cbe1f1fa4641dd7b

Authored by Namhyung Kim
Committed by Jan Kara
1 parent beb37b85b0

ext2: fix comment on ext2_try_to_allocate()

@handle doesn't exist in ext2. Remove it.
Also, fit comment header into kernel-doc format.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

... ... @@ -646,10 +646,9 @@
646 646 return here;
647 647 }
648 648  
649   -/*
  649 +/**
650 650 * ext2_try_to_allocate()
651 651 * @sb: superblock
652   - * @handle: handle to this transaction
653 652 * @group: given allocation block group
654 653 * @bitmap_bh: bufferhead holds the block bitmap
655 654 * @grp_goal: given target block within the group