diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/firewire.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h index adc5b55e6e5f..0c38b8e97722 100644 --- a/include/linux/firewire.h +++ b/include/linux/firewire.h | |||
| @@ -285,10 +285,10 @@ struct fw_packet { | |||
| 285 | u32 timestamp; | 285 | u32 timestamp; |
| 286 | 286 | ||
| 287 | /* | 287 | /* |
| 288 | * This callback is called when the packet transmission has | 288 | * This callback is called when the packet transmission has completed. |
| 289 | * completed; for successful transmission, the status code is | 289 | * For successful transmission, the status code is the ack received |
| 290 | * the ack received from the destination, otherwise it's a | 290 | * from the destination. Otherwise it is one of the juju-specific |
| 291 | * negative errno: ENOMEM, ESTALE, ETIMEDOUT, ENODEV, EIO. | 291 | * rcodes: RCODE_SEND_ERROR, _CANCELLED, _BUSY, _GENERATION, _NO_ACK. |
| 292 | * The callback can be called from tasklet context and thus | 292 | * The callback can be called from tasklet context and thus |
| 293 | * must never block. | 293 | * must never block. |
| 294 | */ | 294 | */ |
