Skip to content

Commit

Permalink
RHEL-69078: broken style fix for vioscsi driver
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Chulak <[email protected]>
  • Loading branch information
Jedoku committed Jan 9, 2025
1 parent 7b295b3 commit d9a8f1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vioscsi/vioscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,14 @@ GUID VioScsiWmiExtendedInfoGuid = VioScsiWmi_ExtendedInfo_Guid;
GUID VioScsiWmiAdapterInformationQueryGuid = MS_SM_AdapterInformationQueryGuid;
GUID VioScsiWmiPortInformationMethodsGuid = MS_SM_PortInformationMethodsGuid;

// clang-format off
SCSIWMIGUIDREGINFO VioScsiGuidList[] =
{
{ &VioScsiWmiExtendedInfoGuid, 1, 0 },
{ &VioScsiWmiAdapterInformationQueryGuid, 1, 0 },
{ &VioScsiWmiPortInformationMethodsGuid, 1, 0 },
};
// clang-format on

#define VioScsiGuidCount (sizeof(VioScsiGuidList) / sizeof(SCSIWMIGUIDREGINFO))

Expand Down

0 comments on commit d9a8f1f

Please sign in to comment.