dt-uart: add an emacs magic block
authorIan Campbell <ian.campbell@citrix.com>
Thu, 8 Jan 2015 11:53:53 +0000 (11:53 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 12 Jan 2015 16:04:23 +0000 (16:04 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Julien Grall <julien.grall@linaro.org>
xen/drivers/char/dt-uart.c

index fa92b5cce112cab3e3103be14873edbb9e1e67ad..45a87a6e572960f766eeb5ec7f14cade23f340aa 100644 (file)
@@ -70,3 +70,13 @@ void __init dt_uart_init(void)
     if ( ret )
         printk("Unable to initialize serial: %d\n", ret);
 }
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * tab-width: 4
+ * indent-tabs-mode: nil
+ * End:
+ */