diff for duplicates of <1455073091.3333.24.camel@perches.com> diff --git a/a/1.txt b/N1/1.txt index eeed743..e872f72 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,40 +5,40 @@ On Tue, 2016-02-09 at 18:45 -0800, Shaun Ren wrote: > > Signed-off-by: Shaun Ren <shaun.ren@linux.com> > --- -> ?drivers/staging/rts5208/rtsx_transport.c | 61 ++++++++++++++++++-------------- -> ?1 file changed, 35 insertions(+), 26 deletions(-) +> drivers/staging/rts5208/rtsx_transport.c | 61 ++++++++++++++++++-------------- +> 1 file changed, 35 insertions(+), 26 deletions(-) > > diff --git a/drivers/staging/rts5208/rtsx_transport.c b/drivers/staging/rts5208/rtsx_transport.c > index 5de8913..17bea8a 100644 > --- a/drivers/staging/rts5208/rtsx_transport.c > +++ b/drivers/staging/rts5208/rtsx_transport.c > @@ -42,8 +42,11 @@ -> ? */ -> ? -> ?unsigned int rtsx_stor_access_xfer_buf(unsigned char *buffer, +> */ +> +> unsigned int rtsx_stor_access_xfer_buf(unsigned char *buffer, > - unsigned int buflen, struct scsi_cmnd *srb, unsigned int *index, > - unsigned int *offset, enum xfer_buf_dir dir) -> + ???????unsigned int buflen, -> + ???????struct scsi_cmnd *srb, -> + ???????unsigned int *index, -> + ???????unsigned int *offset, -> + ?????enum xfer_buf_dir dir) +> + unsigned int buflen, +> + struct scsi_cmnd *srb, +> + unsigned int *index, +> + unsigned int *offset, +> + enum xfer_buf_dir dir) Doesn't this look odd to you? -> ?{ -> ? unsigned int cnt; -> ? +> { +> unsigned int cnt; +> > @@ -54,10 +57,10 @@ unsigned int rtsx_stor_access_xfer_buf(unsigned char *buffer, -> ? cnt = min(buflen, scsi_bufflen(srb) - *offset); -> ? if (dir == TO_XFER_BUF) -> ? memcpy((unsigned char *) scsi_sglist(srb) + *offset, +> cnt = min(buflen, scsi_bufflen(srb) - *offset); +> if (dir == TO_XFER_BUF) +> memcpy((unsigned char *) scsi_sglist(srb) + *offset, > - buffer, cnt); -> + ???????buffer, cnt); -> ? else -> ? memcpy(buffer, (unsigned char *) scsi_sglist(srb) + +> + buffer, cnt); +> else +> memcpy(buffer, (unsigned char *) scsi_sglist(srb) + > - *offset, cnt); -> + ???????*offset, cnt); +> + *offset, cnt); If you really want to make this look nicer and more intelligible, it's probably be better to use a more diff --git a/a/content_digest b/N1/content_digest index d232c21..36712b9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,19 @@ "ref\01454981485-15686-1-git-send-email-shaun.ren@linux.com\0" "ref\01455072328-7033-1-git-send-email-shaun.ren@linux.com\0" "ref\01455072328-7033-3-git-send-email-shaun.ren@linux.com\0" - "From\0joe@perches.com (Joe Perches)\0" - "Subject\0[PATCH v3 2/9] Staging: rts5208: rtsx_transport.c: Align to open parenthesis\0" + "From\0Joe Perches <joe@perches.com>\0" + "Subject\0Re: [PATCH v3 2/9] Staging: rts5208: rtsx_transport.c: Align to open parenthesis\0" "Date\0Tue, 09 Feb 2016 18:58:11 -0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Shaun Ren <shaun.ren@linux.com>" + gregkh@linuxfoundation.org + " rjui@broadcom.com\0" + "Cc\0sbranden@broadcom.com" + jonmason@broadcom.com + mahfouz.saif.elyazal@gmail.com + devel@driverdev.osuosl.org + linux-arm-kernel@lists.infradead.org + bcm-kernel-feedback-list@broadcom.com + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Tue, 2016-02-09 at 18:45 -0800, Shaun Ren wrote:\n" @@ -14,40 +23,40 @@ "> \n" "> Signed-off-by: Shaun Ren <shaun.ren@linux.com>\n" "> ---\n" - "> ?drivers/staging/rts5208/rtsx_transport.c | 61 ++++++++++++++++++--------------\n" - "> ?1 file changed, 35 insertions(+), 26 deletions(-)\n" + "> \302\240drivers/staging/rts5208/rtsx_transport.c | 61 ++++++++++++++++++--------------\n" + "> \302\2401 file changed, 35 insertions(+), 26 deletions(-)\n" "> \n" "> diff --git a/drivers/staging/rts5208/rtsx_transport.c b/drivers/staging/rts5208/rtsx_transport.c\n" "> index 5de8913..17bea8a 100644\n" "> --- a/drivers/staging/rts5208/rtsx_transport.c\n" "> +++ b/drivers/staging/rts5208/rtsx_transport.c\n" "> @@ -42,8 +42,11 @@\n" - "> ? */\n" - "> ?\n" - "> ?unsigned int rtsx_stor_access_xfer_buf(unsigned char *buffer,\n" + "> \302\240 */\n" + "> \302\240\n" + "> \302\240unsigned int rtsx_stor_access_xfer_buf(unsigned char *buffer,\n" "> -\tunsigned int buflen, struct scsi_cmnd *srb, unsigned int *index,\n" "> -\tunsigned int *offset, enum xfer_buf_dir dir)\n" - "> +\t\t\t\t???????unsigned int buflen,\n" - "> +\t\t\t\t???????struct scsi_cmnd *srb,\n" - "> +\t\t\t\t???????unsigned int *index,\n" - "> +\t\t\t\t???????unsigned int *offset,\n" - "> +\t\t\t\t?????enum xfer_buf_dir dir)\n" + "> +\t\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240\302\240unsigned int buflen,\n" + "> +\t\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240\302\240struct scsi_cmnd *srb,\n" + "> +\t\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240\302\240unsigned int *index,\n" + "> +\t\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240\302\240unsigned int *offset,\n" + "> +\t\t\t\t\302\240\302\240\302\240\302\240\302\240enum xfer_buf_dir dir)\n" "\n" "Doesn't this look odd to you?\n" "\n" - "> ?{\n" - "> ?\tunsigned int cnt;\n" - "> ?\n" + "> \302\240{\n" + "> \302\240\tunsigned int cnt;\n" + "> \302\240\n" "> @@ -54,10 +57,10 @@ unsigned int rtsx_stor_access_xfer_buf(unsigned char *buffer,\n" - "> ?\t\tcnt = min(buflen, scsi_bufflen(srb) - *offset);\n" - "> ?\t\tif (dir == TO_XFER_BUF)\n" - "> ?\t\t\tmemcpy((unsigned char *) scsi_sglist(srb) + *offset,\n" + "> \302\240\t\tcnt = min(buflen, scsi_bufflen(srb) - *offset);\n" + "> \302\240\t\tif (dir == TO_XFER_BUF)\n" + "> \302\240\t\t\tmemcpy((unsigned char *) scsi_sglist(srb) + *offset,\n" "> -\t\t\t\t\tbuffer, cnt);\n" - "> +\t\t\t???????buffer, cnt);\n" - "> ?\t\telse\n" - "> ?\t\t\tmemcpy(buffer, (unsigned char *) scsi_sglist(srb) +\n" + "> +\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240\302\240buffer, cnt);\n" + "> \302\240\t\telse\n" + "> \302\240\t\t\tmemcpy(buffer, (unsigned char *) scsi_sglist(srb) +\n" "> -\t\t\t\t\t*offset, cnt);\n" - "> +\t\t\t???????*offset, cnt);\n" + "> +\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240\302\240*offset, cnt);\n" "\n" "If you really want to make this look nicer and more\n" "intelligible, it's probably be better to use a more\n" @@ -92,4 +101,4 @@ "\n" "\t\tmemcpy(to, from, cnt);" -50df31c46b05fde67e3e17118d258aba68f65e60cbf13d167c0878c074fc2822 +17fdef79e8ef219f0420e048aa158d2b2141705d508a02a8d4a484b2cd3c74d5
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.