* [PATCH] common: deep-probe: fix DEEP_PROBE_UNKNOWN misspelling
@ 2024-03-21 5:53 Antony Pavlov
2024-03-25 9:55 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2024-03-21 5:53 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum, Marco Felsch
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
common/deep-probe.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/deep-probe.c b/common/deep-probe.c
index 931e5a17709..b270a10f7fe 100644
--- a/common/deep-probe.c
+++ b/common/deep-probe.c
@@ -7,18 +7,18 @@
#include <of.h>
enum deep_probe_state {
- DEEP_PROBE_UNKONWN = -1,
+ DEEP_PROBE_UNKNOWN = -1,
DEEP_PROBE_NOT_SUPPORTED,
DEEP_PROBE_SUPPORTED
};
-static enum deep_probe_state boardstate = DEEP_PROBE_UNKONWN;
+static enum deep_probe_state boardstate = DEEP_PROBE_UNKNOWN;
bool deep_probe_is_supported(void)
{
struct deep_probe_entry *board;
- if (boardstate > DEEP_PROBE_UNKONWN)
+ if (boardstate > DEEP_PROBE_UNKNOWN)
return boardstate;
/* determine boardstate */
--
2.39.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] common: deep-probe: fix DEEP_PROBE_UNKNOWN misspelling
2024-03-21 5:53 [PATCH] common: deep-probe: fix DEEP_PROBE_UNKNOWN misspelling Antony Pavlov
@ 2024-03-25 9:55 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2024-03-25 9:55 UTC (permalink / raw)
To: barebox, Antony Pavlov; +Cc: Ahmad Fatoum, Marco Felsch
On Thu, 21 Mar 2024 08:53:12 +0300, Antony Pavlov wrote:
>
Applied, thanks!
[1/1] common: deep-probe: fix DEEP_PROBE_UNKNOWN misspelling
https://git.pengutronix.de/cgit/barebox/commit/?id=eb4a469af628 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-25 9:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 5:53 [PATCH] common: deep-probe: fix DEEP_PROBE_UNKNOWN misspelling Antony Pavlov
2024-03-25 9:55 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox