You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
CAPI: Call a controller 'controller', not 'card'
At least for our internal use, fix the misnomers that refer to a CAPI controller as 'card'. No functional changes. Signed-off-by: Jan Kiszka <jan.kiszka@web.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
88549d6b76
commit
522530311b
@@ -24,16 +24,16 @@ printk(KERN_DEBUG "%s: " format "\n" , __func__ , ## arg); \
|
||||
#endif
|
||||
|
||||
enum {
|
||||
CARD_DETECTED = 1,
|
||||
CARD_LOADING = 2,
|
||||
CARD_RUNNING = 3,
|
||||
CAPI_CTR_DETECTED = 1,
|
||||
CAPI_CTR_LOADING = 2,
|
||||
CAPI_CTR_RUNNING = 3,
|
||||
};
|
||||
|
||||
extern struct list_head capi_drivers;
|
||||
extern rwlock_t capi_drivers_list_lock;
|
||||
|
||||
extern struct capi20_appl *capi_applications[CAPI_MAXAPPL];
|
||||
extern struct capi_ctr *capi_cards[CAPI_MAXCONTR];
|
||||
extern struct capi_ctr *capi_controller[CAPI_MAXCONTR];
|
||||
|
||||
#ifdef CONFIG_PROC_FS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user