From: Michal Sojka Date: Thu, 20 Dec 2012 13:38:05 +0000 (+0100) Subject: Remove empty comment X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-eth-gw-linux.git/commitdiff_plain/b1860982cb3ce4f318140077d433ac3ac90d3378 Remove empty comment --- diff --git a/net/can/canethgw.c b/net/can/canethgw.c index 4a13e600db54..1c99facc53e4 100644 --- a/net/can/canethgw.c +++ b/net/can/canethgw.c @@ -258,7 +258,6 @@ static long cegw_ioctl_start(struct file *file, unsigned long arg) if (addrlen != sizeof(struct sockaddr_in)) return -EAFNOSUPPORT; - /* */ job = kmalloc(GFP_KERNEL, sizeof(*job) + dstcnt*addrlen ); if (job == NULL) return -ENOMEM;