kernel: update stack macro documentation It's not possible to enforce that K_THREAD_STACK_SIZEOF() returns the original number passed to K_THREAD_STACK_DEFINE(). Some arches need to round this number up in order to satisfy alignment constraints. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>