From bc24a225af2464dc30f88d6f930779cbf0e22b67 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Sun, 10 May 2009 01:44:56 +0100 Subject: Follow coding conventions Remove explicit struct qualifiers and rename structure types. Signed-off-by: Paul Brook --- hw/pl181.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/pl181.c') diff --git a/hw/pl181.c b/hw/pl181.c index b0709dc..b6a86d3 100644 --- a/hw/pl181.c +++ b/hw/pl181.c @@ -135,7 +135,7 @@ static uint32_t pl181_fifo_pop(pl181_state *s) static void pl181_send_command(pl181_state *s) { - struct sd_request_s request; + SDRequest request; uint8_t response[16]; int rlen; -- cgit v1.1