mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: commonlib: Remove space after *
Fix the following error detected by checkpatch.pl:
ERROR: "foo * bar" should be "foo *bar"
TEST=Build and run on Galileo Gen2
Change-Id: I0683d6cb63de58347b020ee40b5b6cb0e87cf2ef
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 36d5b41e62
Original-Change-Id: If68dfa2b49c61d574f35192f94d1a6642069fa7f
Original-Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Original-Reviewed-on: https://review.coreboot.org/18752
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Original-Tested-by: build bot (Jenkins)
Reviewed-on: https://chromium-review.googlesource.com/453371
This commit is contained in:
parent
fba5bc3209
commit
a9856d835a
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ static void *mdev_mmap(const struct region_device *rd, size_t offset,
|
|||
return &mdev->base[offset];
|
||||
}
|
||||
|
||||
static int mdev_munmap(const struct region_device * rd __unused,
|
||||
static int mdev_munmap(const struct region_device *rd __unused,
|
||||
void *mapping __unused)
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue