Skip to content

Commit 6562e2c

Browse files
Lee JonesDominik Brodowski
authored andcommitted
pcmcia: ds: Fix function name disparity in header
Fixes the following W=1 kernel build warning(s): drivers/pcmcia/ds.c:96: warning: expecting prototype for pcmcia_store_new_id(). Prototype was for new_id_store() instead Signed-off-by: Lee Jones <[email protected]> [[email protected]: removed list of CCs] Signed-off-by: Dominik Brodowski <[email protected]>
1 parent f4468bb commit 6562e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pcmcia/ds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ struct pcmcia_dynid {
8383
};
8484

8585
/**
86-
* pcmcia_store_new_id - add a new PCMCIA device ID to this driver and re-probe devices
86+
* new_id_store() - add a new PCMCIA device ID to this driver and re-probe devices
8787
* @driver: target device driver
8888
* @buf: buffer for scanning device ID data
8989
* @count: input size

0 commit comments

Comments
 (0)