From 16ce1552bc0fb4d6d56221abce17891eddcc8cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81yszczek?= Date: Tue, 8 May 2018 09:09:47 -0600 Subject: [PATCH] /include/nuttx/mtd/configdata.h: Fix copy-paste comment in configdata.h --- include/nuttx/mtd/configdata.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/nuttx/mtd/configdata.h b/include/nuttx/mtd/configdata.h index 1dff77f0f2..2bbb4e9827 100644 --- a/include/nuttx/mtd/configdata.h +++ b/include/nuttx/mtd/configdata.h @@ -56,10 +56,7 @@ * Pre-processor Definitions ****************************************************************************/ /* IOCTL Commands ***********************************************************/ -/* The Audio module uses a standard character driver framework. However, a - * lot of the Audio driver functionality is configured via a device control - * interface, such as sampling rate, volume, data format, etc. - * The Audio ioctl commands are lised below: +/* IOCTL Commands to store and read configuration for user application. * * CFGDIOC_GETCONFIG - Get a specified Config Data item. *