From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tuomas Tynkkynen Date: Fri, 28 Sep 2018 01:12:52 +0300 Subject: [U-Boot] [PATCH 13/27] virtio: Add block driver support In-Reply-To: References: <1537710145-1888-1-git-send-email-bmeng.cn@gmail.com> <1537710145-1888-14-git-send-email-bmeng.cn@gmail.com> Message-ID: <6a1dd829-55ce-28e2-11a4-b1df26cab459@iki.fi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 09/27/2018 04:42 PM, Simon Glass wrote: > On 23 September 2018 at 06:42, Bin Meng wrote: >> From: Tuomas Tynkkynen >> >> This adds virtio block device driver support. >> >> Signed-off-by: Tuomas Tynkkynen >> Signed-off-by: Bin Meng >> --- ... > > Why does this use __u32 instead of u32? > The header comes from include/uapi from Linux where the underscored forms are the convention/rule.