From: Joe Perches <joe@perches.com>
To: Peter Senna Tschudin <peter.senna@collabora.com>,
thomas@winischhofer.net, gregkh@linuxfoundation.org,
trivial@kernel.org, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/5] usb-misc: cleanup sisusbvga
Date: Tue, 05 Jan 2016 10:53:24 -0800 [thread overview]
Message-ID: <1452020004.4334.156.camel@perches.com> (raw)
In-Reply-To: <1452012850-6990-1-git-send-email-peter.senna@collabora.com>
On Tue, 2016-01-05 at 17:54 +0100, Peter Senna Tschudin wrote:
[]
> Patch 1 is the biggest and fix only whitespace, tab and newline issues. I used
>
> $ git diff -w --word-diff=porcelain drivers/usb/misc/sisusbvga/sisusb.c
>
> to verify that this patch do not change any visible character. If the size of
> this patch is a problem, please let me know in how many patches to split it.
Thanks.
Maybe for future series, but not one in particular unless
you feel like respinning it:
As porcelain is meant for script consumption, I think a good
mechanism
for human review is to separate patch 1 into 2 patches.
1: Only horizontal line whitespace changes
git diff -w shouldn't show any changes and
git blame -w would not show any change either.
2: Only vertical line changes additions/reformatting
This makes it easy to use git diff -w on patch 1 and
patch 2 can be more easily scanned visually.
It's also nice to use objdiff and show no object changes.
next prev parent reply other threads:[~2016-01-05 18:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-05 16:54 Peter Senna Tschudin
2016-01-05 16:54 ` [PATCH 1/5] usb-misc: sisusbvga: Fix coding style: white space Peter Senna Tschudin
2016-01-05 16:54 ` [PATCH 2/5] usb-misc: sisusbvga: Fix trivial coding style Peter Senna Tschudin
2016-01-05 16:54 ` [PATCH 3/5] usb-misc: sisusbvga: Remove assignments from if tests Peter Senna Tschudin
2016-01-05 16:54 ` [PATCH 4/5] usb-misc: sisusbvga: Remove kmalloc logs and fix error path Peter Senna Tschudin
2016-01-06 18:28 ` Sergei Shtylyov
2016-01-07 15:19 ` Peter Senna Tschudin
2016-01-05 16:54 ` [PATCH 5/5] usb-misc: sisusbvga: Remove null test before kfree() Peter Senna Tschudin
2016-01-05 18:53 ` Joe Perches [this message]
2016-01-06 15:30 ` [PATCH 0/5] usb-misc: cleanup sisusbvga Peter Senna Tschudin
2016-01-06 16:04 ` Joe Perches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1452020004.4334.156.camel@perches.com \
--to=joe@perches.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=peter.senna@collabora.com \
--cc=thomas@winischhofer.net \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome