diff mbox

[1/3] include/qemu/crc32c.h: Rename include guards to match filename

Message ID 1392657571-10818-2-git-send-email-will.newton@linaro.org
State Superseded
Headers show

Commit Message

Will Newton Feb. 17, 2014, 5:19 p.m. UTC
Signed-off-by: Will Newton <will.newton@linaro.org>
---
 include/qemu/crc32c.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell Feb. 17, 2014, 5:22 p.m. UTC | #1
On 17 February 2014 17:19, Will Newton <will.newton@linaro.org> wrote:
> Signed-off-by: Will Newton <will.newton@linaro.org>
> ---
>  include/qemu/crc32c.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/qemu/crc32c.h b/include/qemu/crc32c.h
> index 56d1c3b..dafb6a1 100644
> --- a/include/qemu/crc32c.h
> +++ b/include/qemu/crc32c.h
> @@ -25,8 +25,8 @@
>   *
>   */
>
> -#ifndef QEMU_CRC32_H
> -#define QEMU_CRC32_H
> +#ifndef QEMU_CRC32C_H
> +#define QEMU_CRC32C_H
>
>  #include "qemu-common.h"

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

-- PMM
diff mbox

Patch

diff --git a/include/qemu/crc32c.h b/include/qemu/crc32c.h
index 56d1c3b..dafb6a1 100644
--- a/include/qemu/crc32c.h
+++ b/include/qemu/crc32c.h
@@ -25,8 +25,8 @@ 
  *
  */
 
-#ifndef QEMU_CRC32_H
-#define QEMU_CRC32_H
+#ifndef QEMU_CRC32C_H
+#define QEMU_CRC32C_H
 
 #include "qemu-common.h"