>> 在 2016年3月3日,21:23,Peter Maydell <peter.mayd...@linaro.org> 写道: >> >> On 3 March 2016 at 06:19, xiaoqiang zhao <zxq_yx_...@163.com> wrote: >> use spaces instead of Tabs >> >> Signed-off-by: xiaoqiang zhao <zxq_yx_...@163.com> >> --- >> hw/usb/tusb6010.c | 318 >> +++++++++++++++++++++++++++--------------------------- >> 1 file changed, 159 insertions(+), 159 deletions(-) > > That's a lot of churn -- we don't usually worry about doing whitespace > cleanups unless somebody's immediately going to do a lot of work on > the device (in which case the ws cleanup is usually the first patch > in the series as preparation for the patches doing the interesting > stuff.) > > The rationale for not doing big whitespace or style cleanups is that > it makes tools like 'git blame' less useful for looking at the > history of lines in the file. > > thanks > -- PMM
I see. Thank you peter!