mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00:00
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: Mauro Schilman <maurito.s@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b5ef076141
commit
9dd5f27144
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user