logging: remove return value from log_printk()
printk() doesn't return a value, this doesn't need to either. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
638f480b35
commit
d6d3f152b3
2 changed files with 5 additions and 11 deletions
|
@ -257,10 +257,8 @@ extern "C" {
|
|||
*
|
||||
* @param fmt Formatted string to output.
|
||||
* @param ap Variable parameters.
|
||||
*
|
||||
* return Number of bytes written.
|
||||
*/
|
||||
int log_printk(const char *fmt, va_list ap);
|
||||
void log_printk(const char *fmt, va_list ap);
|
||||
|
||||
/** @brief Copy transient string to a buffer from internal, logger pool.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue