commit | 63283621ea80b001dc5f64d1b42df5749738ad4e | [log] [tgz] |
---|---|---|
author | Jett Rink <jettrink@google.com> | Mon Aug 03 12:03:47 2020 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Aug 05 15:05:44 2020 -0400 |
tree | e8789b5b2523d928efd7ba7b033a3ccf7ab75904 | |
parent | 03c0990275029c72600438b52c8612fe65d6b861 [diff] |
ztest: clean up comments, strings, and interface Clean up comment typos and wording for expect data functions. Add a cast to (void *) to match convention set in expect value; this allows the caller to avoid casting on every single call. Signed-off-by: Jett Rink <jettrink@google.com>