On 20/2/24 09:52, Manos Pitsidianakis wrote:
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>

Signed-off-by: Manos Pitsidianakis <manos.pitsidiana...@linaro.org>
---
  include/hw/arm/omap.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hw/arm/omap.h b/include/hw/arm/omap.h
index 067e9419f7..2f59220c0e 100644
--- a/include/hw/arm/omap.h
+++ b/include/hw/arm/omap.h
@@ -1008,7 +1008,7 @@ 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)  */

Unfortunately you need to update the comment style, otherwise
this patch doesn't pass ./scripts/checkpatch.pl.

With this fixed:
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>

Thanks!

Reply via email to