commit | 4ff3126e80fc2db9d961467f783b5c2f4ccd1ca9 | [log] [tgz] |
---|---|---|
author | Lukas Wunner <lukas@wunner.de> | Sat Sep 08 09:59:01 2018 +0200 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Sep 18 17:52:15 2018 -0500 |
tree | 94367091a49c52e7b5849c9724b83617a2b88b75 | |
parent | 5790a9c78e78aa2c35bb7439bee434301dff004c [diff] |
PCI: pciehp: Rename controller struct members for clarity Of the members which were just moved from pciehp's slot struct to the controller struct, rename "lock" to "state_lock" and rename "work" to "button_work" for clarity. Perform the rename separately to the unification of the two structs per Sinan's request. No functional change intended. Signed-off-by: Lukas Wunner <lukas@wunner.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Sinan Kaya <okaya@kernel.org>