diff options
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 b1deb5214bd..d929eb6fef6 100644 --- a/drivers/firewire/fw-card.c +++ b/drivers/firewire/fw-card.c | |||
@@ -30,7 +30,7 @@ | |||
30 | * polynomial, but we need the ITU-T (or CCITT) polynomial (0x1021). | 30 | * polynomial, but we need the ITU-T (or CCITT) polynomial (0x1021). |
31 | * The implementation below works on an array of host-endian u32 | 31 | * The implementation below works on an array of host-endian u32 |
32 | * words, assuming they'll be transmited msb first. */ | 32 | * words, assuming they'll be transmited msb first. */ |
33 | static u16 | 33 | u16 |
34 | crc16_itu_t(const u32 *buffer, size_t length) | 34 | crc16_itu_t(const u32 *buffer, size_t length) |
35 | { | 35 | { |
36 | int shift, i; | 36 | int shift, i; |