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

Commit 9dd5f271 authored by Mauro Schilman's avatar Mauro Schilman Committed by Greg Kroah-Hartman
Browse files

Staging: frontier: fix space and * coding style issues in alphatrack.c



This is a patch to the alphatrack.c file that fixes up a space warning
and a space after '*' warning found by the checkpatch.pl tool

Signed-off-by: default avatarMauro Schilman <maurito.s@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b5ef0761
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -769,7 +769,7 @@ static int usb_alphatrack_probe(struct usb_interface *intf,
	}

	dev->write_buffer =
	    kmalloc(sizeof(struct alphatrack_ocmd) * true_size, GFP_KERNEL);
	    kmalloc(true_size * sizeof(struct alphatrack_ocmd), GFP_KERNEL);

	if (!dev->write_buffer) {
		dev_err(&intf->dev, "Couldn't allocate write_buffer\n");