* [PATCH] PS3: PS#-LPM: fixed a space coding style issue
@ 2015-07-27 13:48 Rudhresh Kumar J
2015-07-27 18:42 ` [PATCH] drivers/ps3: Fix ps3-lpm white space Geoff Levand
0 siblings, 1 reply; 2+ messages in thread
From: Rudhresh Kumar J @ 2015-07-27 13:48 UTC (permalink / raw)
To: geoff; +Cc: linuxppc-dev, linux-kernel, Rudhresh Kumar J
Fixed a coding style issue.
Signed-off-by: Rudhresh Kumar J <rudhresh.jk@gmail.com>
---
drivers/ps3/ps3-lpm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ps3/ps3-lpm.c b/drivers/ps3/ps3-lpm.c
index cb7d3a6..e34de9a 100644
--- a/drivers/ps3/ps3-lpm.c
+++ b/drivers/ps3/ps3-lpm.c
@@ -901,7 +901,7 @@ void ps3_disable_pm(u32 cpu)
result = lv1_stop_lpm(lpm_priv->lpm_id, &tmp);
if (result) {
- if(result != LV1_WRONG_STATE)
+ if (result != LV1_WRONG_STATE)
dev_err(sbd_core(), "%s:%u: lv1_stop_lpm failed: %s\n",
__func__, __LINE__, ps3_result(result));
return;
--
1.8.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] drivers/ps3: Fix ps3-lpm white space
2015-07-27 13:48 [PATCH] PS3: PS#-LPM: fixed a space coding style issue Rudhresh Kumar J
@ 2015-07-27 18:42 ` Geoff Levand
0 siblings, 0 replies; 2+ messages in thread
From: Geoff Levand @ 2015-07-27 18:42 UTC (permalink / raw)
To: trivial; +Cc: linuxppc-dev, linux-kernel, Rudhresh Kumar J
From: Rudhresh Kumar J <rudhresh.jk@gmail.com>
Fixed a coding style issue.
Signed-off-by: Rudhresh Kumar J <rudhresh.jk@gmail.com>
Signed-off-by: Geoff Levand <geoff@infradead.org>
---
Please apply to trivial. Thanks.
-Geoff
drivers/ps3/ps3-lpm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ps3/ps3-lpm.c b/drivers/ps3/ps3-lpm.c
index cb7d3a6..e34de9a 100644
--- a/drivers/ps3/ps3-lpm.c
+++ b/drivers/ps3/ps3-lpm.c
@@ -901,7 +901,7 @@ void ps3_disable_pm(u32 cpu)
result = lv1_stop_lpm(lpm_priv->lpm_id, &tmp);
if (result) {
- if(result != LV1_WRONG_STATE)
+ if (result != LV1_WRONG_STATE)
dev_err(sbd_core(), "%s:%u: lv1_stop_lpm failed: %s\n",
__func__, __LINE__, ps3_result(result));
return;
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-27 18:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27 13:48 [PATCH] PS3: PS#-LPM: fixed a space coding style issue Rudhresh Kumar J
2015-07-27 18:42 ` [PATCH] drivers/ps3: Fix ps3-lpm white space Geoff Levand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).