Fixed Coding Style Bracing Issues

Signed-off-by: Jake Champlin <jake.champlin...@gmail.com>
---
 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
jake.champlin...@gmail.com
8123742937
<MuttClient>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to