Fixed, thanks

>>> Markus Hennecke 3-Mar-17 14:29 >>>
>
> There is a comma missing in rev 1.44:
>
> Index: cpu.h
> ===================================================================
> RCS file: /cvs/src/sys/arch/arm/include/cpu.h,v
> retrieving revision 1.44
> diff -u -p -r1.44 cpu.h
> --- cpu.h     2 Mar 2017 10:38:10 -0000       1.44
> +++ cpu.h     3 Mar 2017 14:26:27 -0000
> @@ -82,7 +82,7 @@
>       { 0, 0 }, \
>       { 0, 0 }, \
>       { "maxspeed", CTLTYPE_INT }, \
> -     { "lidsuspend", CTLTYPE_INT } \
> +     { "lidsuspend", CTLTYPE_INT }, \
>       { "lidaction", CTLTYPE_INT } \
>  }
>  

Reply via email to