Fix whitespace; no functional changes.

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2018-05-19 15:18:15 +00:00
parent 1558eec6db
commit 86c61317fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333878
3 changed files with 5 additions and 5 deletions

View File

@ -80,7 +80,7 @@ enum {
#define MODEM_DEFAULT_PRODUCT_ID 0x000E #define MODEM_DEFAULT_PRODUCT_ID 0x000E
#define MODEM_DEFAULT_INTERFACE "Modem interface" #define MODEM_DEFAULT_INTERFACE "Modem interface"
#define MODEM_DEFAULT_MANUFACTURER "FreeBSD foundation" #define MODEM_DEFAULT_MANUFACTURER "FreeBSD foundation"
#define MODEM_DEFAULT_PRODUCT "Modem Test Device" #define MODEM_DEFAULT_PRODUCT "Modem Test Device"
#define MODEM_DEFAULT_SERIAL_NUMBER "March 2008" #define MODEM_DEFAULT_SERIAL_NUMBER "March 2008"
static struct usb_string_descriptor modem_interface; static struct usb_string_descriptor modem_interface;

View File

@ -98,8 +98,8 @@ enum {
#define MULTI_DEFAULT_STORAGE "Mass Storage Interface" #define MULTI_DEFAULT_STORAGE "Mass Storage Interface"
#define MULTI_DEFAULT_CONFIGURATION "Default configuration" #define MULTI_DEFAULT_CONFIGURATION "Default configuration"
#define MULTI_DEFAULT_MANUFACTURER "The FreeBSD Project" #define MULTI_DEFAULT_MANUFACTURER "The FreeBSD Project"
#define MULTI_DEFAULT_PRODUCT "Multifunction Device" #define MULTI_DEFAULT_PRODUCT "Multifunction Device"
#define MULTI_DEFAULT_SERIAL_NUMBER "May 2018" #define MULTI_DEFAULT_SERIAL_NUMBER "May 2018"
static struct usb_string_descriptor multi_modem; static struct usb_string_descriptor multi_modem;
static struct usb_string_descriptor multi_eth_mac; static struct usb_string_descriptor multi_eth_mac;

View File

@ -96,8 +96,8 @@ enum {
#define SERIALNET_DEFAULT_ETH_DATA "USB Ethernet Data Interface" #define SERIALNET_DEFAULT_ETH_DATA "USB Ethernet Data Interface"
#define SERIALNET_DEFAULT_CONFIGURATION "Default configuration" #define SERIALNET_DEFAULT_CONFIGURATION "Default configuration"
#define SERIALNET_DEFAULT_MANUFACTURER "The FreeBSD Project" #define SERIALNET_DEFAULT_MANUFACTURER "The FreeBSD Project"
#define SERIALNET_DEFAULT_PRODUCT "SERIALNET" #define SERIALNET_DEFAULT_PRODUCT "SERIALNET"
#define SERIALNET_DEFAULT_SERIAL_NUMBER "January 2015" #define SERIALNET_DEFAULT_SERIAL_NUMBER "January 2015"
static struct usb_string_descriptor serialnet_modem; static struct usb_string_descriptor serialnet_modem;
static struct usb_string_descriptor serialnet_eth_mac; static struct usb_string_descriptor serialnet_eth_mac;