mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 21:19:35 +00:00
devicemodel: Fix spelling and grammar mistakes.
Tracked-On: #8498 Signed-off-by: Muhammad Qasim Abdul Majeed <qasim.majeed20@gmail.com>
This commit is contained in:
parent
930e5904af
commit
847d9fea14
@ -124,10 +124,10 @@ static void *intr_storm_monitor_thread(void *arg)
|
||||
}
|
||||
|
||||
/*
|
||||
* calc the delta of the two times count of interrupt;
|
||||
* compare the IRQ num first, if not same just drop it,
|
||||
* for it just happens rarelly when devices dynamically
|
||||
* allocation in Service VM or User VM, it can be calc next time
|
||||
* calculate the delta of the two times count of interrupt;
|
||||
* compare the IRQ number first, if not same just drop it,
|
||||
* for it just happens rarely when devices dynamically
|
||||
* allocation in Service VM or User VM, it can be calculated next time
|
||||
*/
|
||||
for (i = 0; i < hdr->buf_cnt; i += 2) {
|
||||
if (hdr->buffer[i] != intr_cnt_buf[i])
|
||||
|
Loading…
Reference in New Issue
Block a user