Re: [PATCH 1/1] ext4: correcting copy paste error.

2017-08-05 Thread Theodore Ts'o
On Mon, Jul 17, 2017 at 11:37:44AM +0530, Maninder Singh wrote: > Error reported by static tool for copy paste > issue, fixing the same. > > Signed-off-by: Maninder Singh > Signed-off-by: Vaneet Narang Thanks, applied. - Ted

[PATCH 1/1] ext4: correcting copy paste error.

2017-07-16 Thread Maninder Singh
Error reported by static tool for copy paste issue, fixing the same. Signed-off-by: Maninder Singh Signed-off-by: Vaneet Narang --- fs/ext4/extents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 2a97dff..5d337ca 100644 --- a/fs/