]> git.baikalelectronics.ru Git - kernel.git/commit
vdpa: Fix some coding style issues
authorXie Yongji <xieyongji@bytedance.com>
Tue, 31 Aug 2021 10:36:25 +0000 (18:36 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 6 Sep 2021 11:20:57 +0000 (07:20 -0400)
commitf78a6421e43d0df0f5f9cc009081d08961d2a6e1
treee36c63c3a13c95e7bca0163d1ebd9c7053510d18
parent14dba166c05bac22bc5d9a9b31cfaed5faead26f
vdpa: Fix some coding style issues

Fix some code indent issues and following checkpatch warning:

WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
371: FILE: include/linux/vdpa.h:371:
+static inline void vdpa_get_config(struct vdpa_device *vdev, unsigned offset,

Signed-off-by: Xie Yongji <xieyongji@bytedance.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Link: https://lore.kernel.org/r/20210831103634.33-5-xieyongji@bytedance.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/linux/vdpa.h