From: Anthony Sheldon Date: Fri, 19 Aug 2016 15:42:13 +0000 (+0100) Subject: staging: i4l: Reformat braces around else X-Git-Tag: v4.9-rc1~119^2~995 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aec8755d9d7a72a2fb74dfcb95d709710d5be44a;p=platform%2Fkernel%2Flinux-exynos.git staging: i4l: Reformat braces around else As suggested by Documentation/CodingStyle move braces onto same line as else. Signed-off-by: Anthony Sheldon Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/i4l/pcbit/capi.c b/drivers/staging/i4l/pcbit/capi.c index 4e3cbf8..373f90f 100644 --- a/drivers/staging/i4l/pcbit/capi.c +++ b/drivers/staging/i4l/pcbit/capi.c @@ -92,9 +92,7 @@ int capi_conn_req(const char *calledPN, struct sk_buff **skb, int proto) *(skb_put(*skb, 1)) = 0x80; /* Speech */ *(skb_put(*skb, 1)) = 0x10; /* Circuit Mode */ *(skb_put(*skb, 1)) = 0x23; /* A-law */ - } - else - { + } else { /* Bearer Capability - Mandatory*/ *(skb_put(*skb, 1)) = 2; /* BC0.Length */ *(skb_put(*skb, 1)) = 0x88; /* Digital Information */