lkml.org 
[lkml]   [2021]   [Oct]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH 07/13] usb: core: config: remove unnecessary blank lines
This patch fixes the following checkpatch.pl warning at multiple
locations:

CHECK:LINE_SPACING: Please don't use multiple blank lines

Signed-off-by: Robert Greener <rob@robgreener.com>
---
drivers/usb/core/config.c | 3 ---
1 file changed, 3 deletions(-)

diff --git a/drivers/usb/core/config.c b/drivers/usb/core/config.c
index 51c590da7651..af88cfe52e92 100644
--- a/drivers/usb/core/config.c
+++ b/drivers/usb/core/config.c
@@ -13,12 +13,10 @@
#include <asm/byteorder.h>
#include "usb.h"

-
#define USB_MAXALTSETTING 128 /* Hard limit */

#define USB_MAXCONFIG 8 /* Arbitrary limit */

-
static inline const char *plural(int n)
{
return (n == 1 ? "" : "s");
@@ -848,7 +846,6 @@ void usb_destroy_configuration(struct usb_device *dev)
dev->config = NULL;
}

-
/*
* Get the USB config descriptors, cache and parse'em
*
--
2.32.0
\
 
 \ /
  Last update: 2021-10-05 16:07    [W:0.067 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site