From: Programmingkid <programmingkidx@gmail.com>
To: Eric Blake <eblake@redhat.com>
Cc: Kevin Wolf <kwolf@redhat.com>,
qemu-devel qemu-devel <qemu-devel@nongnu.org>,
Qemu-block <qemu-block@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH v9] block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X host
Date: Fri, 27 Nov 2015 16:24:05 -0500 [thread overview]
Message-ID: <DCE614C6-C7C6-49BA-9ADB-5F07F74E8370@gmail.com> (raw)
In-Reply-To: <56568A9E.3020902@redhat.com>
On Nov 25, 2015, at 11:29 PM, Eric Blake wrote:
> On 11/25/2015 09:23 PM, Eric Blake wrote:
>
>>> +static kern_return_t FindEjectableOpticalMedia(io_iterator_t *mediaIterator,
>>> + char *mediaType)
>>
>> Unusual indentation; more typical is:
>>
>> | static kern_return_t FindEjectableOpticalMedia(io_iterator_t
>> *mediaIterator,
>> | char *mediatType)
>
> And then my mailer messes it up :(
>
>> static kern_return_t FindEjectableOpticalMedia(io_iterator_t *mediaIterator,
>> char *mediatType)
>
> Let's see if that's better (the 'char' is directly beneath the
> 'io_iterator_t').
In my email program, the 'char' appears underneath the Ejectable word. When I change the font to monaco (A mono-spaced font), the 'char' does appear underneath the io_iterator_t.
next prev parent reply other threads:[~2015-11-27 21:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-26 4:10 [Qemu-devel] [PATCH v9] block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X host Programmingkid
2015-11-26 4:23 ` Eric Blake
2015-11-26 4:29 ` Eric Blake
2015-11-27 21:24 ` Programmingkid [this message]
2015-11-27 19:35 ` Programmingkid
2015-11-30 16:19 ` Eric Blake
2015-11-30 16:26 ` Kevin Wolf
2015-11-30 16:38 ` Programmingkid
2015-11-30 16:49 ` Eric Blake
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=DCE614C6-C7C6-49BA-9ADB-5F07F74E8370@gmail.com \
--to=programmingkidx@gmail.com \
--cc=eblake@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).