media: Fix various misspellings of disconnected
Fix typos. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
4fa4ef39e1
commit
6b338c720c
|
@ -1351,7 +1351,7 @@ static void cx231xx_unregister_media_device(struct cx231xx *dev)
|
||||||
/*
|
/*
|
||||||
* cx231xx_realease_resources()
|
* cx231xx_realease_resources()
|
||||||
* unregisters the v4l2,i2c and usb devices
|
* unregisters the v4l2,i2c and usb devices
|
||||||
* called when the device gets disconected or at module unload
|
* called when the device gets disconnected or at module unload
|
||||||
*/
|
*/
|
||||||
void cx231xx_release_resources(struct cx231xx *dev)
|
void cx231xx_release_resources(struct cx231xx *dev)
|
||||||
{
|
{
|
||||||
|
@ -1924,7 +1924,7 @@ err_if:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* cx231xx_usb_disconnect()
|
* cx231xx_usb_disconnect()
|
||||||
* called when the device gets diconencted
|
* called when the device gets disconnected
|
||||||
* video device will be unregistered on v4l2_close in case it is still open
|
* video device will be unregistered on v4l2_close in case it is still open
|
||||||
*/
|
*/
|
||||||
static void cx231xx_usb_disconnect(struct usb_interface *interface)
|
static void cx231xx_usb_disconnect(struct usb_interface *interface)
|
||||||
|
|
|
@ -53,7 +53,7 @@ static DEFINE_MUTEX(cx231xx_devlist_mutex);
|
||||||
/*
|
/*
|
||||||
* cx231xx_realease_resources()
|
* cx231xx_realease_resources()
|
||||||
* unregisters the v4l2,i2c and usb devices
|
* unregisters the v4l2,i2c and usb devices
|
||||||
* called when the device gets disconected or at module unload
|
* called when the device gets disconnected or at module unload
|
||||||
*/
|
*/
|
||||||
void cx231xx_remove_from_devlist(struct cx231xx *dev)
|
void cx231xx_remove_from_devlist(struct cx231xx *dev)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1837,7 +1837,7 @@ static int cx231xx_v4l2_open(struct file *filp)
|
||||||
/*
|
/*
|
||||||
* cx231xx_realease_resources()
|
* cx231xx_realease_resources()
|
||||||
* unregisters the v4l2,i2c and usb devices
|
* unregisters the v4l2,i2c and usb devices
|
||||||
* called when the device gets disconected or at module unload
|
* called when the device gets disconnected or at module unload
|
||||||
*/
|
*/
|
||||||
void cx231xx_release_analog_resources(struct cx231xx *dev)
|
void cx231xx_release_analog_resources(struct cx231xx *dev)
|
||||||
{
|
{
|
||||||
|
|
|
@ -2199,7 +2199,7 @@ static int em28xx_v4l2_open(struct file *filp)
|
||||||
/*
|
/*
|
||||||
* em28xx_v4l2_fini()
|
* em28xx_v4l2_fini()
|
||||||
* unregisters the v4l2,i2c and usb devices
|
* unregisters the v4l2,i2c and usb devices
|
||||||
* called when the device gets disconected or at module unload
|
* called when the device gets disconnected or at module unload
|
||||||
*/
|
*/
|
||||||
static int em28xx_v4l2_fini(struct em28xx *dev)
|
static int em28xx_v4l2_fini(struct em28xx *dev)
|
||||||
{
|
{
|
||||||
|
|
|
@ -655,7 +655,7 @@ struct em28xx {
|
||||||
enum em28xx_chip_id chip_id;
|
enum em28xx_chip_id chip_id;
|
||||||
|
|
||||||
unsigned int is_em25xx:1; // em25xx/em276x/7x/8x family bridge
|
unsigned int is_em25xx:1; // em25xx/em276x/7x/8x family bridge
|
||||||
unsigned int disconnected:1; // device has been diconnected
|
unsigned int disconnected:1; // device has been disconnected
|
||||||
unsigned int has_video:1;
|
unsigned int has_video:1;
|
||||||
unsigned int is_audio_only:1;
|
unsigned int is_audio_only:1;
|
||||||
unsigned int is_webcam:1;
|
unsigned int is_webcam:1;
|
||||||
|
|
|
@ -1328,7 +1328,7 @@ put_device:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* tm6000_usb_disconnect()
|
* tm6000_usb_disconnect()
|
||||||
* called when the device gets diconencted
|
* called when the device gets disconnected
|
||||||
* video device will be unregistered on v4l2_close in case it is still open
|
* video device will be unregistered on v4l2_close in case it is still open
|
||||||
*/
|
*/
|
||||||
static void tm6000_usb_disconnect(struct usb_interface *interface)
|
static void tm6000_usb_disconnect(struct usb_interface *interface)
|
||||||
|
|
Loading…
Reference in New Issue