Skip to content

Commit

Permalink
hw/arm/omap.h: correct typos
Browse files Browse the repository at this point in the history
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
(mjt: fix comment style as suggested by Philippe)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
epilys authored and Michael Tokarev committed Feb 21, 2024
1 parent 2432e06 commit c3aa420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/hw/arm/omap.h
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,8 @@ void omap_mpu_wakeup(void *opaque, int irq, int req);
__func__, paddr)

/* OMAP-specific Linux bootloader tags for the ATAG_BOARD area
(Board-specifc tags are not here) */
* (Board-specific tags are not here)
*/
#define OMAP_TAG_CLOCK 0x4f01
#define OMAP_TAG_MMC 0x4f02
#define OMAP_TAG_SERIAL_CONSOLE 0x4f03
Expand Down

0 comments on commit c3aa420

Please sign in to comment.