]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
target/mips: Clean up lmi_helper.c
authorAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 23 Apr 2019 11:29:40 +0000 (13:29 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Sat, 1 Jun 2019 18:20:20 +0000 (20:20 +0200)
Remove several minor checkpatch warnings and errors.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <1556018982-3715-7-git-send-email-aleksandar.markovic@rt-rk.com>

target/mips/lmi_helper.c

index fb1245b39d826a7d35d6e6b7eb55b769abb6e532..6c645cf679add5b73c7711098bd207a66fa5393d 100644 (file)
 #include "cpu.h"
 #include "exec/helper-proto.h"
 
-/* If the byte ordering doesn't matter, i.e. all columns are treated
-   identically, then this union can be used directly.  If byte ordering
-   does matter, we generally ignore dumping to memory.  */
+/*
+ * If the byte ordering doesn't matter, i.e. all columns are treated
+ * identically, then this union can be used directly.  If byte ordering
+ * does matter, we generally ignore dumping to memory.
+ */
 typedef union {
     uint8_t  ub[8];
     int8_t   sb[8];