[Bug 229954] src/sys/dev/isci/scil/sci_abstract_list.c:237: bad printf ?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 22 08:27:07 UTC 2018


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: bugs at FreeBSD.org
          Reporter: dcb314 at hotmail.com

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.


More information about the freebsd-bugs mailing list