OSDN Git Service

staging: isdn: remove unnecessary parentheses
authorThiago Bonotto <thbonotto@gmail.com>
Fri, 2 Aug 2019 20:23:23 +0000 (20:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Aug 2019 07:08:00 +0000 (09:08 +0200)
commit7cbf0108247da2001a591583d2fc6433918b8a47
tree3773e11a764d9653935a8002c9e26c0cd98fd0ca
parent8ca9d8ad30f39651d6ff9428aaeb1940489a7754
staging: isdn: remove unnecessary parentheses

Fix the following checkpatch error:

ERROR: return is not a function, parentheses are not required
FILE: drivers/staging/isdn/hysdn/hysdn_net.c:289:
+        return (0);                /* and return success */

Signed-off-by: Thiago Bonotto <thbonotto@gmail.com>
Link: https://lore.kernel.org/r/20190802202323.27117-1-thbonotto@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/isdn/hysdn/hysdn_net.c