ACK: [PATCH] lib: fwts_olog.h: fix include guard

Alex Hung alex.hung at canonical.com
Wed Jun 8 00:16:43 UTC 2016


On 2016-06-07 05:21 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> The macro that guards multiple inclusions of fwts_olog.h is incorrectly
> named, it should be __FWTS_OLOG_H__ and not __FWTS_OPAL_H__.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>   src/lib/include/fwts_olog.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/lib/include/fwts_olog.h b/src/lib/include/fwts_olog.h
> index 7df7e74..534207e 100644
> --- a/src/lib/include/fwts_olog.h
> +++ b/src/lib/include/fwts_olog.h
> @@ -18,8 +18,8 @@
>    *
>    */
>
> -#ifndef __FWTS_OPAL_H__
> -#define __FWTS_OPAL_H__
> +#ifndef __FWTS_OLOG_H__
> +#define __FWTS_OLOG_H__
>
>   #include <sys/types.h>
>   #include <regex.h>
>

Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list