qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 10/21] hw/arm/omap.h: correct typos


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v1 10/21] hw/arm/omap.h: correct typos
Date: Tue, 20 Feb 2024 13:18:23 +0100
User-agent: Mozilla Thunderbird

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.pitsidianakis@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é <philmd@linaro.org>

Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]