]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/bcm: move IOCTL_BCM_TIME_SINCE_NET_ENTRY case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:48:14 +0000 (14:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:36:16 +0000 (13:36 -0800)
commit84f7a542f9e0191b6f7ab87881a050889576a5c4
tree021db790d33cc6f6f8c406bcd8c9838c3fa3f2a5
parentfe59cefb6971ded0f130bbdd3dfeb1fcc9446c31
staging/bcm: move IOCTL_BCM_TIME_SINCE_NET_ENTRY case out to its own function.

bcm_char_ioctl is one of the longest non-generated functions in the kernel,
at 1906 lines.  Splitting it up into multiple functions should simplify
this a lot.

Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Bcmchar.c