diff options
Diffstat (limited to 'protocols/software.c')
-rw-r--r-- | protocols/software.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/software.c b/protocols/software.c index 0cba819..55ed647 100644 --- a/protocols/software.c +++ b/protocols/software.c @@ -16,7 +16,7 @@ typedef struct pcilib_software_register_bank_context_s pcilib_software_register_ * structure defining the context of software registers */ struct pcilib_software_register_bank_context_s { - pcilib_register_bank_context_t bank_ctx; /**< the bank context associated with the software registers */ + pcilib_register_bank_context_t bank_ctx; /**< the bank context associated with the software registers */ pcilib_kmem_handle_t *kmem; /**< the kernel memory for software registers */ void *addr; /**< the virtual adress of the allocated kernel memory*/ }; |