]> Git Repo - J-linux.git/blobdiff - include/linux/fpga/fpga-region.h
Merge existing fixes from asoc/for-5.19 into new branch
[J-linux.git] / include / linux / fpga / fpga-region.h
index 3b87f232425c93971a1b0cb4985adec722ed5c06..9d4d32909340abfcd3e8f2450cdaef64a9bce328 100644 (file)
@@ -52,9 +52,9 @@ struct fpga_region {
 
 #define to_fpga_region(d) container_of(d, struct fpga_region, dev)
 
-struct fpga_region *fpga_region_class_find(
-       struct device *start, const void *data,
-       int (*match)(struct device *, const void *));
+struct fpga_region *
+fpga_region_class_find(struct device *start, const void *data,
+                      int (*match)(struct device *, const void *));
 
 int fpga_region_program_fpga(struct fpga_region *region);
 
This page took 0.027819 seconds and 4 git commands to generate.