commit | b13460b92093b29347e99d6c3242e350052b62cd | [log] [tgz] |
---|---|---|
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | Fri May 30 11:35:54 2014 -0600 |
committer | Alex Williamson <alex.williamson@redhat.com> | Fri May 30 11:35:54 2014 -0600 |
tree | 53950c28dd2468d9a6654edc1c4e837c9b33c391 | |
parent | c8dbca165bb090f926996a572ea2b5b577b34b70 [diff] |
drivers/vfio: Rework offsetofend() The macro offsetofend() introduces unnecessary temporary variable "tmp". The patch avoids that and saves a bit memory in stack. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>