mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
staging: vchiq: Typo fixes
s/sepecific/specific/ s/comonent/component/ Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/20210321043629.585758-1-unixbhaskar@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
18507b8f63
commit
21ae24cce8
@@ -432,7 +432,7 @@ buffer_from_host(struct vchiq_mmal_instance *instance,
|
||||
m.u.buffer_from_host.buffer_header.pts = MMAL_TIME_UNKNOWN;
|
||||
m.u.buffer_from_host.buffer_header.dts = MMAL_TIME_UNKNOWN;
|
||||
|
||||
/* clear buffer type sepecific data */
|
||||
/* clear buffer type specific data */
|
||||
memset(&m.u.buffer_from_host.buffer_header_type_specific, 0,
|
||||
sizeof(m.u.buffer_from_host.buffer_header_type_specific));
|
||||
|
||||
@@ -927,7 +927,7 @@ static int port_info_get(struct vchiq_mmal_instance *instance,
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* create comonent on vc */
|
||||
/* create component on vc */
|
||||
static int create_component(struct vchiq_mmal_instance *instance,
|
||||
struct vchiq_mmal_component *component,
|
||||
const char *name)
|
||||
|
||||
Reference in New Issue
Block a user