commit | fe90d8926c93601b739f7cdd39fcf445c8687709 | [log] [tgz] |
---|---|---|
author | Benjamin Romer <benjamin.romer@unisys.com> | Fri Oct 31 09:57:32 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 03 16:02:46 2014 -0800 |
tree | 789fb74729b3001300af3ac07efe8ff20682c24f | |
parent | 2924bbc97f63bd166f6f97c0bf71656eabab5a87 [diff] |
staging: unisys: refactor VISORCHIPSET_BUSDEV_NOTIFIERS Get rid of the typedef and just use struct visorchipset_busdev_notifiers instead. Fix CamelCase names in parameters for the function pointers: busNo => bus_no devNo => dev_no typeGuid => type_uuid minSize => min_size maxSize => max_size Update references. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>