X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flog.h;h=8a7b961bbfbfb75163f3871dc2f44c26a9b982a7;hb=a29491ade0adf3dbb9dc51be8b45530edde1f1df;hp=df497bad1814d09d86ba82c7c5226e65db6f1dea;hpb=76a9d96feb6837a411db98a0abde7081f091a21b;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/log.h b/include/log.h index df497ba..8a7b961 100644 --- a/include/log.h +++ b/include/log.h @@ -322,7 +322,10 @@ void __assert_fail(const char *assertion, const char *file, unsigned int line, * * or: * - * return log_msg_ret("fred failed", fred_call()); + * return log_msg_ret("get", fred_call()); + * + * It is recommended to use <= 3 characters for the name since this will only + * use 4 bytes in rodata */ #define log_ret(_ret) ({ \ int __ret = (_ret); \