mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
staging: gasket: fix multi-line comment syntax in gasket_core.h
Use consistent kernel-style multi-line comment syntax. Reported-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Simon Que <sque@chromium.org> Signed-off-by: Todd Poynor <toddpoynor@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
40eb350231
commit
563f3bb51f
|
|
@ -54,7 +54,8 @@ enum gasket_interrupt_type {
|
|||
PLATFORM_WIRE = 2,
|
||||
};
|
||||
|
||||
/* Used to describe a Gasket interrupt. Contains an interrupt index, a register,
|
||||
/*
|
||||
* Used to describe a Gasket interrupt. Contains an interrupt index, a register,
|
||||
* and packing data for that interrupt. The register and packing data
|
||||
* fields are relevant only for PCI_MSIX interrupt type and can be
|
||||
* set to 0 for everything else.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user