Re: [U-Boot] [PATCH 1/3] ext4: cleanup unlink_filename function

2016-10-13 Thread Tom Rini
On Sun, Oct 09, 2016 at 08:15:26PM +0200, Stefan Brüns wrote: > Use the same variable names as in search_dir, to make purpose of variables > more obvious. > > Signed-off-by: Stefan Brüns Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH 1/3] ext4: cleanup unlink_filename function

2016-10-09 Thread Stefan Brüns
Use the same variable names as in search_dir, to make purpose of variables more obvious. Signed-off-by: Stefan Brüns --- fs/ext4/ext4_common.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/fs/ext4/ext4_common.c b/fs/ext4/ext4_common.c index e