Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0667fe76 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

USB: gadget: fix up comment



This endif is for CONFIG_USB_GADGET_DEBUG_FILES, not CONFIG_USB_DEBUG,
so document it properly.

Acked-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8fb822c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -172,7 +172,7 @@ MODULE_PARM_DESC(num_buffers, "Number of pipeline buffers");
 */
 */
#define fsg_num_buffers	CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS
#define fsg_num_buffers	CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS


#endif /* CONFIG_USB_DEBUG */
#endif /* CONFIG_USB_GADGET_DEBUG_FILES */


/* check if fsg_num_buffers is within a valid range */
/* check if fsg_num_buffers is within a valid range */
static inline int fsg_num_buffers_validate(void)
static inline int fsg_num_buffers_validate(void)