From: Jiang Jian Date: Tue, 21 Jun 2022 13:51:40 +0000 (+0800) Subject: GPU: drm: drop unexpected word "the" in the comments X-Git-Tag: baikal/mips/sdk6.1~5152^2~20^2~1 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=81b142bb1e2e203fe8a2e4f8808a73048534261a;p=kernel.git GPU: drm: drop unexpected word "the" in the comments there is an unexpected word "the" in the comments that need to be dropped file: drivers/gpu/drm/drm_ioctl.c line: 86 * means the the unique name for the master node just opening is _not_ filled changed to * means the unique name for the master node just opening is _not_ filled Signed-off-by: Jiang Jian Signed-off-by: Maxime Ripard Link: https://patchwork.freedesktop.org/patch/msgid/20220621135140.12200-1-jiangjian@cdjrlc.com --- diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c index 51fcf12980235..8faad23dc1d81 100644 --- a/drivers/gpu/drm/drm_ioctl.c +++ b/drivers/gpu/drm/drm_ioctl.c @@ -83,7 +83,7 @@ * * 1. Directly call VERSION to get the version and to match against the driver * name returned by that ioctl. Note that SET_VERSION is not called, which - * means the the unique name for the master node just opening is _not_ filled + * means the unique name for the master node just opening is _not_ filled * out. This despite that with current drm device nodes are always bound to * one device, and can't be runtime assigned like with drm 1.0. * 2. Match driver name. If it mismatches, proceed to the next device node.