Skip to content

Commit 1263c4a

Browse files
jonathangrayjannau
authored andcommitted
drm/apple: fix double words in comments
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
1 parent 2f7776d commit 1263c4a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/gpu/drm/apple/afk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ static bool afk_recv(struct apple_dcp_afkep *ep)
641641
* TODO: this is theoretically unsafe since DCP could overwrite data
642642
* after the read pointer was updated above. Do it anyway since
643643
* it avoids 2 problems in the DCP tracer:
644-
* 1. the tracer sees replies before the the notifies from dcp
644+
* 1. the tracer sees replies before the notifies from dcp
645645
* 2. the tracer tries to read buffers after they are unmapped.
646646
*/
647647
afk_recv_handle(ep, channel, type, hdr->data, size);

drivers/gpu/drm/apple/dcp-internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct apple_dcp {
128128

129129
/************* IOMFB **************************************************
130130
* everything below is mostly used inside IOMFB but it could make *
131-
* sense keep some of the the members in apple_dcp. *
131+
* sense to keep some of the members in apple_dcp. *
132132
**********************************************************************/
133133

134134
/* clock rate request by dcp in */
@@ -212,7 +212,7 @@ struct apple_dcp {
212212
struct list_head swapped_out_fbs;
213213

214214
struct dcp_brightness brightness;
215-
/* Workqueue for updating the initial initial brightness */
215+
/* Workqueue for updating the initial brightness */
216216
struct work_struct bl_register_wq;
217217
struct mutex bl_register_mutex;
218218
/* Workqueue for updating the brightness */

0 commit comments

Comments
 (0)