Fixed Coding Style Bracing Issues

Signed-off-by: Jake Champlin <[email protected]>
---
 drivers/staging/ramster/zcache-main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/ramster/zcache-main.c 
b/drivers/staging/ramster/zcache-main.c
index a09dd5c..2613889 100644
--- a/drivers/staging/ramster/zcache-main.c
+++ b/drivers/staging/ramster/zcache-main.c
@@ -478,6 +478,7 @@ static void zcache_free_page(struct page *page)
 #ifdef ZCACHE_DEBUG
        if (curr_pageframes > 2L || curr_pageframes < -2L) {
                /* pr_info here */
+               /* unnecessary comment */
        }
 #endif
 }
@@ -1017,11 +1018,10 @@ static int zcache_frontswap_unuse(void)
                unuse_ret = frontswap_unuse(type, offset,
                                newpage2 != NULL ? newpage2 : evictpage2,
                                ZCACHE_GFP_MASK);
-               if (unuse_ret != 0) {
+               if (unuse_ret != 0)
                        goto free_and_out;
-               } else if (evictpage2 != NULL) {
+               else if (evictpage2 != NULL)
                        zcache_unacct_page();
-               }
        }
        ret = 0;
        goto out;
-- 
1.8.1.1


-- 
Jake Champlin
[email protected]
8123742937
<MuttClient>
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to