Re: [RFC PATCH v6 2/5] block: sort headers on blk-setting.c

2019-06-13 Thread Wolfram Sang
On Thu, Jun 13, 2019 at 07:20:12PM +0900, Yoshihiro Shimoda wrote: > This patch sorts the headers in alphabetic order to ease > the maintenance for this part. > > Signed-off-by: Yoshihiro Shimoda Yup, I got the same result :) Reviewed-by: Wolfram Sang signature.asc Description: PGP signatur

[RFC PATCH v6 2/5] block: sort headers on blk-setting.c

2019-06-13 Thread Yoshihiro Shimoda
This patch sorts the headers in alphabetic order to ease the maintenance for this part. Signed-off-by: Yoshihiro Shimoda --- block/blk-settings.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/block/blk-settings.c b/block/blk-settings.c index 2ae348c..45f2c52 10