summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHemanth Selam <hemanth.selam@gmail.com>2026-09-12 18:33:40 +0200
committerHelge Deller <deller@gmx.de>2026-09-15 09:19:55 +0200
commitbbb97e27ab4d7986eeaf283110df48478c503473 (patch)
tree09bfe6b55f2165ec95dc1183d8dc28dfbfe22ac7 /include
parent47a636c12dcab0ccce0e14572113035bf36fe37f (diff)
downloadlinux-next-bbb97e27ab4d7986eeaf283110df48478c503473.tar.gz
linux-next-bbb97e27ab4d7986eeaf283110df48478c503473.zip
fbdev: mmp: fix typos in comments
Assisted-by: Cursor:claude-opus-5 Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'include')
-rw-r--r--include/video/mmp_disp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/video/mmp_disp.h b/include/video/mmp_disp.h
index 41354bd49895..8f2b434da4e9 100644
--- a/include/video/mmp_disp.h
+++ b/include/video/mmp_disp.h
@@ -172,7 +172,7 @@ struct mmp_panel {
/* use node to register to list */
struct list_head node;
const char *name;
- /* path name used to connect to proper path configed */
+ /* path name used to connect to proper path configured */
const char *plat_path_name;
struct device *dev;
int panel_type;
@@ -291,7 +291,7 @@ static inline int mmp_overlay_set_addr(struct mmp_overlay *overlay,
* it defined a common interface that plat driver need to implement
*/
struct mmp_path_info {
- /* driver data, set when registed*/
+ /* driver data, set when registered */
const char *name;
struct device *dev;
int id;
@@ -309,7 +309,7 @@ extern void mmp_unregister_path(struct mmp_path *path);
extern void mmp_register_panel(struct mmp_panel *panel);
extern void mmp_unregister_panel(struct mmp_panel *panel);
-/* defintions for platform data */
+/* definitions for platform data */
/* interface for buffer driver */
struct mmp_buffer_driver_mach_info {
const char *name;