https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229954

            Bug ID: 229954
           Summary: src/sys/dev/isci/scil/sci_abstract_list.c:237: bad
                    printf ?
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to