RE: [PATCH v5] mtd:nor:timeout:fix do_write_buffer() timeout error

From: Bean Huo
Date: Wed Jul 16 2014 - 12:10:48 EST


> However, one thing is clear; 'if' and 'else' should use the same
> indentation level as below.
>
> 1.
> if(){
> ...
> } else {
> ...
> }
>
> 2.
> if(){
> ...
> } else {
> ...
> }
>
> 3.
>
> if(){
> ...
> } else {
> ...
> }
>
> Best regards,
> Jingoo Han

hi,Jinngoo
I'm sorry for misunderstanding for you suggestion,and I will modify my patch in V6.thanks.