diff options
| author | Nava kishore Manne <[email protected]> | 2022-04-23 17:02:32 +0000 |
|---|---|---|
| committer | Xu Yilun <[email protected]> | 2022-05-10 08:03:52 +0000 |
| commit | 57ce2e406fe1fa005e8fdbf20936c791252ac7bc (patch) | |
| tree | 31db0ad14979765a183a3cd44b247c77d3aac462 /drivers/fpga/of-fpga-region.c | |
| parent | MAINTAINERS: Update linux-fpga repository location (diff) | |
| download | kernel-57ce2e406fe1fa005e8fdbf20936c791252ac7bc.tar.gz kernel-57ce2e406fe1fa005e8fdbf20936c791252ac7bc.zip | |
fpga: fix for coding style issues
fixes the below checks reported by checkpatch.pl:
- Lines should not end with a '('
- Alignment should match open parenthesis
Signed-off-by: Nava kishore Manne <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Xu Yilun <[email protected]>
Diffstat (limited to 'drivers/fpga/of-fpga-region.c')
| -rw-r--r-- | drivers/fpga/of-fpga-region.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/fpga/of-fpga-region.c b/drivers/fpga/of-fpga-region.c index 50b83057c048..a598d03626af 100644 --- a/drivers/fpga/of-fpga-region.c +++ b/drivers/fpga/of-fpga-region.c @@ -189,9 +189,9 @@ static int child_regions_with_firmware(struct device_node *overlay) * fpga_image_info struct if there is an image to program. * error code for invalid overlay. */ -static struct fpga_image_info *of_fpga_region_parse_ov( - struct fpga_region *region, - struct device_node *overlay) +static struct fpga_image_info * +of_fpga_region_parse_ov(struct fpga_region *region, + struct device_node *overlay) { struct device *dev = ®ion->dev; struct fpga_image_info *info; |
