From d539dbce8fa138560d97bde898d6be7a85ecaf9f Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 19 Apr 2022 18:41:08 +0900 Subject: [PATCH] hwdep/rawmidi: enums: rename enumerators with enumerations Signed-off-by: Takashi Sakamoto --- src/hwdep/alsahwdep-enum-types.h | 2 +- src/rawmidi/alsarawmidi-enum-types.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hwdep/alsahwdep-enum-types.h b/src/hwdep/alsahwdep-enum-types.h index e761f7c..8cc24d0 100644 --- a/src/hwdep/alsahwdep-enum-types.h +++ b/src/hwdep/alsahwdep-enum-types.h @@ -47,7 +47,7 @@ * @ALSAHWDEP_IFACE_TYPE_FW_MOTU: For MOTU FireWire series. Available in Linux kernel 4.12.0 or later. * @ALSAHWDEP_IFACE_TYPE_FW_FIREFACE: For RME Fireface series. Available in Linux kernel 4.12.0 or later. * - * A set of enumerators for the interface of hwdep device. + * A set of enumerations for the interface of hwdep device. */ typedef enum { ALSAHWDEP_IFACE_TYPE_OPL2 = SNDRV_HWDEP_IFACE_OPL2, diff --git a/src/rawmidi/alsarawmidi-enum-types.h b/src/rawmidi/alsarawmidi-enum-types.h index b2de4b8..87a5307 100644 --- a/src/rawmidi/alsarawmidi-enum-types.h +++ b/src/rawmidi/alsarawmidi-enum-types.h @@ -7,7 +7,7 @@ * @ALSARAWMIDI_STREAM_DIRECTION_OUTPUT: Output direction of stream. * @ALSARAWMIDI_STREAM_DIRECTION_INPUT: Input direction of stream. * - * A set of enumerators for the direction of stream. + * A set of enumerations for the direction of stream. */ typedef enum { ALSARAWMIDI_STREAM_DIRECTION_OUTPUT = SNDRV_RAWMIDI_STREAM_OUTPUT, -- 2.47.3