Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2018 08:27:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229954] src/sys/dev/isci/scil/sci_abstract_list.c:237: bad printf ?
Message-ID:  <bug-229954-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229954

            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@FreeBSD.org
          Reporter: dcb314@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));

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229954-227>