diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-01-21 14:45:32 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:41 -0500 |
commit | 5af4e5eab30d481f76b89a2167c873dfad960acb (patch) | |
tree | eb958f6afd26bb382de66156feb8f64fe8646f73 /drivers/firewire/fw-ohci.c | |
parent | 5e20c282184fd5794661b6688883231ff5348abc (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-ohci.c')
-rw-r--r-- | drivers/firewire/fw-ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 1f34bdd95c85..ea52e150a8e6 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -1157,7 +1157,7 @@ static const struct fw_card_driver ohci_driver = { | |||
1157 | .allocate_iso_context = ohci_allocate_iso_context, | 1157 | .allocate_iso_context = ohci_allocate_iso_context, |
1158 | .free_iso_context = ohci_free_iso_context, | 1158 | .free_iso_context = ohci_free_iso_context, |
1159 | .queue_iso = ohci_queue_iso, | 1159 | .queue_iso = ohci_queue_iso, |
1160 | .send_iso = ohci_send_iso | 1160 | .send_iso = ohci_send_iso, |
1161 | }; | 1161 | }; |
1162 | 1162 | ||
1163 | static int software_reset(struct fw_ohci *ohci) | 1163 | static int software_reset(struct fw_ohci *ohci) |