forked from MIrrors/gasket-driver
staging: gasket: fix multi line comments style
This patch fixes checkpatch.pl warnings: WARNING: Block comments should align the * on each line Signed-off-by: Felix Siegel <felix.siegel@posteo.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Alex Van Damme
parent
4ec0581576
commit
c2b4e1cb8d
@@ -1507,7 +1507,7 @@ fail:
|
|||||||
* Calculates the offset where the VMA range begins in its containing BAR.
|
* Calculates the offset where the VMA range begins in its containing BAR.
|
||||||
* The offset is written into bar_offset on success.
|
* The offset is written into bar_offset on success.
|
||||||
* Returns zero on success, anything else on error.
|
* Returns zero on success, anything else on error.
|
||||||
*/
|
*/
|
||||||
static int gasket_mm_vma_bar_offset(
|
static int gasket_mm_vma_bar_offset(
|
||||||
const struct gasket_dev *gasket_dev, const struct vm_area_struct *vma,
|
const struct gasket_dev *gasket_dev, const struct vm_area_struct *vma,
|
||||||
ulong *bar_offset)
|
ulong *bar_offset)
|
||||||
|
|||||||
Reference in New Issue
Block a user