Can't use unsigned numbers as arguments for kprintf, klog etc. #14
Labels
bug
something's wrong
good first issue
issues to get started with
types
issues related to data types
klog(LOG_INFO, "this: %d", 123);
prints garbage.Also, need to change
%x
modifier to print hex.The text was updated successfully, but these errors were encountered: