projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b671ee
)
ipmi:bt-bmc: Fix some format issue of the code
author
Tang Bin
<tangbin@cmss.chinamobile.com>
Tue, 14 Apr 2020 14:18:14 +0000
(22:18 +0800)
committer
Corey Minyard
<cminyard@mvista.com>
Mon, 18 May 2020 11:32:02 +0000
(06:32 -0500)
Fix some format issue of the code in bt-bmc.c
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Signed-off-by: Shengju Zhang <zhangshengju@cmss.chinamobile.com>
Message-Id: <
20200414141814
.19048-1-tangbin@cmss.chinamobile.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/bt-bmc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/ipmi/bt-bmc.c
b/drivers/char/ipmi/bt-bmc.c
index 890ad55aae790502f8a3fad0405e25a27fa10415..cd0349bfffe95e63278f13caabb054d7d0102dbe 100644
(file)
--- a/
drivers/char/ipmi/bt-bmc.c
+++ b/
drivers/char/ipmi/bt-bmc.c
@@
-463,9
+463,9
@@
static int bt_bmc_probe(struct platform_device *pdev)
init_waitqueue_head(&bt_bmc->queue);
bt_bmc->miscdev.minor = MISC_DYNAMIC_MINOR,
-
bt_bmc->miscdev.name = DEVICE_NAME,
-
bt_bmc->miscdev.fops = &bt_bmc_fops,
-
bt_bmc->miscdev.parent = dev;
+ bt_bmc->miscdev.name = DEVICE_NAME,
+ bt_bmc->miscdev.fops = &bt_bmc_fops,
+ bt_bmc->miscdev.parent = dev;
rc = misc_register(&bt_bmc->miscdev);
if (rc) {
dev_err(dev, "Unable to register misc device\n");