X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fcpu_func.h;h=45e8a0a05778b27e6ac453d92222f4acc1da88e9;hb=ddd39d0cc1a025a1e2e3c792cc8286dbdfa29b54;hp=23cd5eca39805136bd0899305cf03a5605d669de;hpb=268f6ac1f95c1734e7eea369e93062e52c4aa04a;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/cpu_func.h b/include/cpu_func.h index 23cd5ec..45e8a0a 100644 --- a/include/cpu_func.h +++ b/include/cpu_func.h @@ -45,7 +45,7 @@ int is_core_valid(unsigned int core); * This is used on PowerPC, SH and X86 machines as a CPU init mechanism. It is * called during the pre-relocation init sequence in board_init_f(). * - * @return 0 if oK, -ve on error + * Return: 0 if oK, -ve on error */ int checkcpu(void);