diff options
Diffstat (limited to 'sys/dev/isci/scil/scic_io_request.h')
-rw-r--r-- | sys/dev/isci/scil/scic_io_request.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isci/scil/scic_io_request.h b/sys/dev/isci/scil/scic_io_request.h index ee1405e..ec1ab32 100644 --- a/sys/dev/isci/scil/scic_io_request.h +++ b/sys/dev/isci/scil/scic_io_request.h @@ -260,12 +260,12 @@ typedef struct SCIC_SMP_PASSTHRU_REQUEST_CALLBACKS */ U8 (* scic_cb_smp_passthru_get_frame_type) ( void *); /** - * Function pointer to get the function in the the smp request + * Function pointer to get the function in the smp request */ U8 (* scic_cb_smp_passthru_get_function) ( void * ); /** - * Function pointer to get the "allocated response length" in the the smp request + * Function pointer to get the "allocated response length" in the smp request */ U8 (* scic_cb_smp_passthru_get_allocated_response_length) ( void * ); |