mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 12:52:29 -04:00
staging: nvec: remove extra space in enum declaration
Remove extra space in 'enum nvec_msg_category {' declaration.
Signed-off-by: Dorian Catric <dorian.catric@gmail.com>
Link: https://patch.msgid.link/20260603172719.398-2-dorian.catric@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e58a7f2ed6
commit
d1760cc87c
@@ -57,7 +57,7 @@
|
||||
* @NVEC_MSG_RX: The message is an incoming message (from EC)
|
||||
* @NVEC_MSG_TX: The message is an outgoing message (to EC)
|
||||
*/
|
||||
enum nvec_msg_category {
|
||||
enum nvec_msg_category {
|
||||
NVEC_MSG_RX,
|
||||
NVEC_MSG_TX,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user