Bug 229954 - src/sys/dev/isci/scil/sci_abstract_list.c:237: bad printf ?
Summary: src/sys/dev/isci/scil/sci_abstract_list.c:237: bad printf ?
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-22 08:27 UTC by David Binderman
Modified: 2018-07-22 08:27 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Binderman 2018-07-22 08:27:05 UTC
src/sys/dev/isci/scil/sci_abstract_list.c:237]: (error) printf format string requires 4 parameters but only 3 are given.

Source code is

      printf("ITEM next_p 0x%x prev_p 0x%x obj_p 0x%x, 0x%x\n",
             alElement_p->next_p,
             alElement_p->previous_p,
             (U32*) (alElement_p->object_p));