Skip to content
  • Thomas Haller's avatar
    platform/netlink: cleanup error number handling · 7943b2bb
    Thomas Haller authored
    Rename variables for the error number. Commonly the naming
    is:
    
      - errno: the error number from <errno.h> itself
      - errsv: a copy of errno
      - nlerr: a netlink error number
      - err: an error code, but not a errno/errsv and not
          a netlink error number.
    
    (cherry picked from commit f4de941d)
    7943b2bb