From 588020678f34b89925fcfbcaf8f635c5850e8e7a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 11 Jun 2020 22:10:07 +0200 Subject: all: use more respective language Some terms are normalised on the technical level but may be oppressive on a societal level. Replace them with more technically neutral terms. See the following doc for a longer version: https://tools.ietf.org/id/draft-knodel-terminology-00.html --- pkg/email/patch_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/email/patch_test.go') diff --git a/pkg/email/patch_test.go b/pkg/email/patch_test.go index e34e60b64..0919db9ca 100644 --- a/pkg/email/patch_test.go +++ b/pkg/email/patch_test.go @@ -404,7 +404,6 @@ Index: usb-devel/drivers/usb/core/hub.c +++ usb-devel/drivers/usb/core/hub.c @@ -36,6 +36,10 @@ #include "hub.h" - #include "otg_whitelist.h" +#undef dev_dbg +#define dev_dbg dev_info @@ -452,7 +451,6 @@ Index: usb-devel/drivers/usb/core/hub.c +++ usb-devel/drivers/usb/core/hub.c @@ -36,6 +36,10 @@ #include "hub.h" - #include "otg_whitelist.h" +#undef dev_dbg +#define dev_dbg dev_info -- cgit mrf-deployment