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

Commit fb90c609 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman
Browse files

staging: unisys: Fix typo in comment and printk



Fix spelling typo in comments and printk within unisys.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5494f95b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
*/

/* define the following to prevent include nesting in kernel header
 * files of similar abreviated content
 * files of similar abbreviated content
 */
#define __SUPERVISOR_CHANNEL_H__

+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ typedef enum {
 *IsChannelInitialized: 1 iff SignalInit was called for this channel; otherwise
 *			0, and assume the channel is not ready for use yet.
 *
 * Reserved: Padding to allign the fields in this structure.
 * Reserved: Padding to align the fields in this structure.
 *
 *SubsystemSeverityFilter: Level of severity on a subsystem basis that controls
 *			whether events are logged.  Any event's severity for a
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ typedef enum { NET_RCV_POST = 0, /* submit buffer to hold receiving
	/* uisnic -> virtnic */
	NET_MACADDR,		/* indicates the client has requested to update
				 * its MAC addr */
	NET_MACADDR_ACK,	/* Mac addres  */
	NET_MACADDR_ACK,	/* MAC address  */

} NET_TYPES;

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#define _COMMONTYPES_H_

/* define the following to prevent include nesting in kernel header files of
 * similar abreviated content */
 * similar abbreviated content */
#define _SUPERVISOR_COMMONTYPES_H_

#ifdef __KERNEL__
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#define __GUESTLINUXDEBUG_H__

/*
* This file contains supporting interface for "vmcallinterface.h", particuarly
* This file contains supporting interface for "vmcallinterface.h", particularly
* regarding adding additional structure and functionality to linux
* ISSUE_IO_VMCALL_POSTCODE_SEVERITY */

@@ -142,7 +142,7 @@ typedef enum { /* POSTCODE event identifier tuples */
 * Please also note that the resulting postcode is in hex, so if you are
 * searching for the __LINE__ number, convert it first to decimal.  The line
 * number combined with driver and type of call, will allow you to track down
 * exactly what line an error occured on, or where the last driver
 * exactly what line an error occurred on, or where the last driver
 * entered/exited from.
 */

Loading