Wolfgang Denk schrieb:
> Incorrect brace style.
> ...
>
> Quoting the CodingStyle:
>
> Now, some people will claim that having 8-character
> indentations makes the code move too far to the right, and
> makes it hard to read on a 80-character terminal screen. The
>
Dear Jens Scharsig,
In message <4a65a19e.6060...@bus-elektronik.de> you wrote:
> This patch adds a new video driver
...
> +int vcxk_display_bitmap (ulong addr, int x, int y)
> +{
...
> + if ((bmp->header.signature[0] == 'B') &&
> + (bmp->header.signature[1] == 'M'))
> + {
> +
This patch adds a new video driver
* adds common bus_vcxk framebuffer driver
Signed-off-by: Jens Scharsig
---
diff --git a/doc/README.bus_vcxk b/doc/README.bus_vcxk
new file mode 100644
index 000..4eb8fe8
--- /dev/null
+++ b/doc/README.bus_vcxk
@@ -0,0 +1,85 @@
+/*
+ * (C) Copyright 2008-2
3 matches
Mail list logo