staging: i4l: correct misspelled "ressources" to "resources"
change ressources to resources to fix the checkpatch issue 'ressources' may be misspelled. Signed-off-by: Gargi Sharma <gs051095@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e28c631770
commit
3b13abf5a7
|
@ -176,7 +176,7 @@ act2000_isa_config_port(act2000_card *card, unsigned short portbase)
|
|||
}
|
||||
|
||||
/*
|
||||
* Release ressources, used by an adaptor.
|
||||
* Release resources, used by an adaptor.
|
||||
*/
|
||||
void
|
||||
act2000_isa_release(act2000_card *card)
|
||||
|
|
Loading…
Reference in New Issue