From: David Disseldorp <ddiss@suse.de>
To: target-devel@vger.kernel.org
Subject: Re: [PATCH v4 1/7] target: use consistent left-aligned ASCII INQUIRY data
Date: Fri, 30 Nov 2018 12:44:51 +0000 [thread overview]
Message-ID: <20181130134451.237737d6@suse.de> (raw)
In-Reply-To: <20181129010157.12687-2-ddiss@suse.de>
On Wed, 28 Nov 2018 17:23:07 -0800, Lee Duncan wrote:
> > + * unused bytes at the end of the field (i.e., highest offset) and the
> > + * unused bytes shall be filled with ASCII space characters (20h).
> > + */
> > + memset(&buf[8], 0x20, 8 + 16 + 4);
>
> I dislike that you are using 0x20 here (and below) instead of ' '.
Given that this patch already has a couple of reviewed-bys, I'd prefer
to avoid respinning it for this. Besides, I think the comment above
makes it pretty clear.
Thanks for your feedback.
Cheers, David
next prev parent reply other threads:[~2018-11-30 12:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-29 1:01 [PATCH v4 1/7] target: use consistent left-aligned ASCII INQUIRY data David Disseldorp
2018-11-29 1:17 ` Ly, Bryant
2018-11-29 1:23 ` Lee Duncan
2018-11-30 12:44 ` David Disseldorp [this message]
2018-11-30 20:02 ` Lee Duncan
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=20181130134451.237737d6@suse.de \
--to=ddiss@suse.de \
--cc=target-devel@vger.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 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.