提交 bbd4be30 编写于 作者: J Jes Sorensen 提交者: Greg Kroah-Hartman

staging: unisys: Remove unncessary parenthesis

Signed-off-by: NJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: NBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b70b9099
...@@ -519,7 +519,7 @@ static ssize_t remaining_steps_store(struct device *dev, ...@@ -519,7 +519,7 @@ static ssize_t remaining_steps_store(struct device *dev,
static void static void
bus_info_clear(void *v) bus_info_clear(void *v)
{ {
struct visorchipset_bus_info *p = (struct visorchipset_bus_info *) (v); struct visorchipset_bus_info *p = (struct visorchipset_bus_info *) v;
kfree(p->name); kfree(p->name);
p->name = NULL; p->name = NULL;
...@@ -535,7 +535,7 @@ static void ...@@ -535,7 +535,7 @@ static void
dev_info_clear(void *v) dev_info_clear(void *v)
{ {
struct visorchipset_device_info *p = struct visorchipset_device_info *p =
(struct visorchipset_device_info *)(v); (struct visorchipset_device_info *) v;
p->state.created = 0; p->state.created = 0;
memset(p, 0, sizeof(struct visorchipset_device_info)); memset(p, 0, sizeof(struct visorchipset_device_info));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册