Skip to content

Commit

Permalink
Merge pull request #378 from ved-rivos/0713
Browse files Browse the repository at this point in the history
remove trailing white space
  • Loading branch information
ved-rivos authored Jul 13, 2024
2 parents d7e0c7d + f4fdc73 commit 6fc5fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iommu_ref_model/libiommu/src/iommu_reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ write_register(
// Writes discarded to non implemented HPM counters
if ( ctr_num < (g_num_hpm - 1) ) {
// These registers are 64-bit WARL counter registers
iohpmevt_temp.eventID =
iohpmevt_temp.eventID =
(iohpmevt_temp.eventID > g_eventID_limit) ?
g_reg_file.iohpmevt[ctr_num].eventID: iohpmevt_temp.eventID;
g_reg_file.iohpmevt[ctr_num].raw = iohpmevt_temp.raw;
Expand Down

0 comments on commit 6fc5fe9

Please sign in to comment.