lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 29 Jan 2019 16:44:15 +0100 From: Jan Kara <jack@...e.cz> To: Liu Xiang <liu.xiang6@....com.cn> Cc: jack@...e.com, linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org, liuxiang_1999@....com Subject: Re: [PATCH] ext2: Fix a typo in comment On Tue 29-01-19 20:39:49, Liu Xiang wrote: > Fix a typo in ext2_get_blocks comment. > > Signed-off-by: Liu Xiang <liu.xiang6@....com.cn> Thanks for the patch! Applied to my tree. Honza > --- > fs/ext2/inode.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c > index e4bb938..11da3fb 100644 > --- a/fs/ext2/inode.c > +++ b/fs/ext2/inode.c > @@ -717,7 +717,7 @@ static int ext2_get_blocks(struct inode *inode, > /* the number of blocks need to allocate for [d,t]indirect blocks */ > indirect_blks = (chain + depth) - partial - 1; > /* > - * Next look up the indirect map to count the totoal number of > + * Next look up the indirect map to count the total number of > * direct blocks to allocate for this branch. > */ > count = ext2_blks_to_allocate(partial, indirect_blks, > -- > 1.9.1 > > -- Jan Kara <jack@...e.com> SUSE Labs, CR
Powered by blists - more mailing lists