]> rtime.felk.cvut.cz Git - socketcan-devel.git/commitdiff
Change comments according to coding style document.
authorthuermann <thuermann@030b6a49-0b11-0410-94ab-b0dab22257f2>
Wed, 20 Jun 2007 12:03:49 +0000 (12:03 +0000)
committerthuermann <thuermann@030b6a49-0b11-0410-94ab-b0dab22257f2>
Wed, 20 Jun 2007 12:03:49 +0000 (12:03 +0000)
git-svn-id: svn://svn.berlios.de//socketcan/trunk@382 030b6a49-0b11-0410-94ab-b0dab22257f2

kernel/2.6/net/can/af_can.c

index ceb6e356abed740d2e93d0e6a1d83c83bc9abe3a..dee669a9bdad2a48ca30bf34293c8c4a767a5eca 100644 (file)
@@ -167,7 +167,8 @@ static int can_create(struct socket *sock, int protocol)
                sprintf(module_name, "can-proto-%d", protocol);
                ret = request_module(module_name);
 
-               /* In case of error we only print a message but don't
+               /* 
+                * In case of error we only print a message but don't
                 * return the error code immediately.  Below we will
                 * return -EPROTONOSUPPORT
                 */
@@ -278,7 +279,8 @@ int can_send(struct sk_buff *skb, int loop)
                 */
 
                if (!(skb->dev->flags & IFF_LOOPBACK)) {
-                       /* If the interface is not capable to do loopback
+                       /* 
+                        * If the interface is not capable to do loopback
                         * itself, we do it here.
                         */
                        struct sk_buff *newskb = skb_clone(skb, GFP_ATOMIC);