summaryrefslogtreecommitdiffstats
path: root/drivers/staging/i4l
diff options
context:
space:
mode:
authorAnthony Sheldon <sheldon.anthony.sheldon@gmail.com>2016-08-19 16:42:13 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-21 17:23:18 +0200
commitaec8755d9d7a72a2fb74dfcb95d709710d5be44a (patch)
tree1483298099c076cb40826758c8a77aff66830f25 /drivers/staging/i4l
parent4ea288e11163aec8688509e42eecd114daba1e1d (diff)
downloadop-kernel-dev-aec8755d9d7a72a2fb74dfcb95d709710d5be44a.zip
op-kernel-dev-aec8755d9d7a72a2fb74dfcb95d709710d5be44a.tar.gz
staging: i4l: Reformat braces around else
As suggested by Documentation/CodingStyle move braces onto same line as else. Signed-off-by: Anthony Sheldon <sheldon.anthony.sheldon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/i4l')
-rw-r--r--drivers/staging/i4l/pcbit/capi.c4
1 files changed, 1 insertions, 3 deletions
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 */
OpenPOWER on IntegriCloud