Bug 229954

Summary: src/sys/dev/isci/scil/sci_abstract_list.c:237: bad printf ?
Product: Base System Reporter: David Binderman <dcb314>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: New ---    
Severity: Affects Only Me    
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   

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));