]> Git Repo - J-linux.git/blobdiff - drivers/fpga/fpga-region.c
Merge tag 'lkdtm-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux...
[J-linux.git] / drivers / fpga / fpga-region.c
index b0ac18de4885d59544005b8e10a4f0debb05cc4f..485948e3c0db18049a2fed07e1218ef861063179 100644 (file)
@@ -18,9 +18,9 @@
 static DEFINE_IDA(fpga_region_ida);
 static struct class *fpga_region_class;
 
-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 *))
 {
        struct device *dev;
 
This page took 0.028091 seconds and 4 git commands to generate.