Re: [PATCH 3/3] virtio_scsi: Implement 'native LUN' feature

2017-12-17 Thread Hannes Reinecke
On 12/15/2017 07:17 PM, Steffen Maier wrote: > Just a few very early view-only review comments. > Haven't run the code. > > On 12/14/2017 11:11 AM, Hannes Reinecke wrote: >> The 'native LUN' feature allows virtio-scsi to pass in the LUN >> numbers from the underlying storage directly, without

[trivial PATCH] treewide: Align function definition open/close braces

2017-12-17 Thread Joe Perches
Some functions definitions have either the initial open brace and/or the closing brace outside of column 1. Move those braces to column 1. This allows various function analyzers like gnu complexity to work properly for these modified functions. Miscellanea: o Remove extra trailing ; and blank