-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RHEL-69078: Formatting vioscsi driver with clang-format [HLK-SANITY] #1248
RHEL-69078: Formatting vioscsi driver with clang-format [HLK-SANITY] #1248
Conversation
8b1c229
to
d9a8f1f
Compare
d9a8f1f
to
afa670f
Compare
Signed-off-by: Vitalii Chulak <[email protected]>
afa670f
to
7a1ff24
Compare
vioscsi/virtio_pci.c
Outdated
@@ -283,3 +284,4 @@ VirtIOSystemOps VioScsiSystemOps = { | |||
.vdev_get_msix_vector = vdev_get_msix_vector, | |||
.vdev_sleep = vdev_sleep, | |||
}; | |||
// clang-format on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing end of file
vioscsi/virtio_pci.c
Outdated
@@ -283,3 +284,4 @@ VirtIOSystemOps VioScsiSystemOps = { | |||
.vdev_get_msix_vector = vdev_get_msix_vector, | |||
.vdev_sleep = vdev_sleep, | |||
}; | |||
// clang-format on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing EOL before EOF
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix missing end of file
Signed-off-by: Vitalii Chulak <[email protected]>
7a1ff24
to
6a1f138
Compare
No description provided.