aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-device-cdev.c
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2007-01-21 14:45:32 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2007-03-09 16:02:41 -0500
commit5af4e5eab30d481f76b89a2167c873dfad960acb (patch)
treeeb958f6afd26bb382de66156feb8f64fe8646f73 /drivers/firewire/fw-device-cdev.c
parent5e20c282184fd5794661b6688883231ff5348abc (diff)
firewire: comma after last enum item or initializer
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Diffstat (limited to 'drivers/firewire/fw-device-cdev.c')
-rw-r--r--drivers/firewire/fw-device-cdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-device-cdev.c b/drivers/firewire/fw-device-cdev.c
index 117bc6db54af..5ffc58c6624c 100644
--- a/drivers/firewire/fw-device-cdev.c
+++ b/drivers/firewire/fw-device-cdev.c
@@ -612,6 +612,6 @@ const struct file_operations fw_device_ops = {
612 .mmap = fw_device_op_mmap, 612 .mmap = fw_device_op_mmap,
613 613
614#ifdef CONFIG_COMPAT 614#ifdef CONFIG_COMPAT
615 .compat_ioctl = fw_device_op_compat_ioctl 615 .compat_ioctl = fw_device_op_compat_ioctl,
616#endif 616#endif
617}; 617};