mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! common: clock: introduce mdelay_non_interruptible()
@ 2015-10-01  9:20 Antony Pavlov
  2015-10-02  5:51 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2015-10-01  9:20 UTC (permalink / raw)
  To: barebox; +Cc: Peter Mamonov

---
 include/clock.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clock.h b/include/clock.h
index fd8ff80..7f0f1ec 100644
--- a/include/clock.h
+++ b/include/clock.h
@@ -37,7 +37,7 @@ int is_timeout_non_interruptible(uint64_t start_ns, uint64_t time_offset_ns);
 void ndelay(unsigned long nsecs);
 void udelay(unsigned long usecs);
 void mdelay(unsigned long msecs);
-void mdelay_non_interruptible (unsigned long msecs);
+void mdelay_non_interruptible(unsigned long msecs);
 
 #define SECOND ((uint64_t)(1000 * 1000 * 1000))
 #define MSECOND ((uint64_t)(1000 * 1000))
-- 
2.5.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-02  5:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-01  9:20 [PATCH] fixup! common: clock: introduce mdelay_non_interruptible() Antony Pavlov
2015-10-02  5:51 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox