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-card.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-card.c')
-rw-r--r-- | drivers/firewire/fw-card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-card.c b/drivers/firewire/fw-card.c index c560fd5e74fc..c8b7d695c81d 100644 --- a/drivers/firewire/fw-card.c +++ b/drivers/firewire/fw-card.c | |||
@@ -381,7 +381,7 @@ static struct fw_card_driver dummy_driver = { | |||
381 | .set_config_rom = dummy_set_config_rom, | 381 | .set_config_rom = dummy_set_config_rom, |
382 | .send_request = dummy_send_request, | 382 | .send_request = dummy_send_request, |
383 | .send_response = dummy_send_response, | 383 | .send_response = dummy_send_response, |
384 | .enable_phys_dma = dummy_enable_phys_dma | 384 | .enable_phys_dma = dummy_enable_phys_dma, |
385 | }; | 385 | }; |
386 | 386 | ||
387 | void | 387 | void |