Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
[sfrench/cifs-2.6.git] / arch / powerpc / kernel / eeh_cache.c
index 3204723731220e1555ae0aa4ff57a235ef570d79..05ffd32b3416c6b9520c37272256c5cb1e4755c2 100644 (file)
@@ -18,6 +18,8 @@
 
 
 /**
+ * DOC: Overview
+ *
  * The pci address cache subsystem.  This subsystem places
  * PCI device address resources into a red-black tree, sorted
  * according to the address range, so that given only an i/o
@@ -34,6 +36,7 @@
  * than any hash algo I could think of for this problem, even
  * with the penalty of slow pointer chases for d-cache misses).
  */
+
 struct pci_io_addr_range {
        struct rb_node rb_node;
        resource_size_t addr_lo;