diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-01-21 14:44:09 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:40 -0500 |
commit | 5e20c282184fd5794661b6688883231ff5348abc (patch) | |
tree | d9ea9b86d5e2bcc4ef4d8def27102a76ac4b05ef /drivers/firewire/fw-iso.c | |
parent | 95688e97cdf7453cde22eaa73cc2ab6b113c1853 (diff) |
firewire: whitespace adjustments
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-iso.c')
-rw-r--r-- | drivers/firewire/fw-iso.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/firewire/fw-iso.c b/drivers/firewire/fw-iso.c index 6b638568c2c9..024fab4ef998 100644 --- a/drivers/firewire/fw-iso.c +++ b/drivers/firewire/fw-iso.c | |||
@@ -99,7 +99,6 @@ struct fw_iso_context *fw_iso_context_create(struct fw_card *card, int type, | |||
99 | 99 | ||
100 | return ctx; | 100 | return ctx; |
101 | } | 101 | } |
102 | |||
103 | EXPORT_SYMBOL(fw_iso_context_create); | 102 | EXPORT_SYMBOL(fw_iso_context_create); |
104 | 103 | ||
105 | void fw_iso_context_destroy(struct fw_iso_context *ctx) | 104 | void fw_iso_context_destroy(struct fw_iso_context *ctx) |
@@ -110,7 +109,6 @@ void fw_iso_context_destroy(struct fw_iso_context *ctx) | |||
110 | 109 | ||
111 | card->driver->free_iso_context(ctx); | 110 | card->driver->free_iso_context(ctx); |
112 | } | 111 | } |
113 | |||
114 | EXPORT_SYMBOL(fw_iso_context_destroy); | 112 | EXPORT_SYMBOL(fw_iso_context_destroy); |
115 | 113 | ||
116 | int | 114 | int |
@@ -122,7 +120,6 @@ fw_iso_context_send(struct fw_iso_context *ctx, | |||
122 | 120 | ||
123 | return ctx->card->driver->send_iso(ctx, cycle); | 121 | return ctx->card->driver->send_iso(ctx, cycle); |
124 | } | 122 | } |
125 | |||
126 | EXPORT_SYMBOL(fw_iso_context_send); | 123 | EXPORT_SYMBOL(fw_iso_context_send); |
127 | 124 | ||
128 | int | 125 | int |
@@ -133,5 +130,4 @@ fw_iso_context_queue(struct fw_iso_context *ctx, | |||
133 | 130 | ||
134 | return card->driver->queue_iso(ctx, packet, payload); | 131 | return card->driver->queue_iso(ctx, packet, payload); |
135 | } | 132 | } |
136 | |||
137 | EXPORT_SYMBOL(fw_iso_context_queue); | 133 | EXPORT_SYMBOL(fw_iso_context_queue); |