doc: Minor style cleanup

- Remove "currently"
- Capitalize titles and Device Model

Signed-off-by: Reyes, Amy <amy.reyes@intel.com>
This commit is contained in:
Reyes, Amy
2022-03-18 15:24:35 -07:00
committed by David Kinder
parent 21aeb4f422
commit f5b021b1b5
47 changed files with 226 additions and 218 deletions

View File

@@ -76,7 +76,7 @@ Glossary of Terms
Interrupt Service Routine: Also known as an interrupt handler, an ISR
is a callback function whose execution is triggered by a hardware
interrupt (or software interrupt instructions) and is used to handle
high-priority conditions that require interrupting the code currently
high-priority conditions that require interrupting the code that is
executing on the processor.
Passthrough Device