Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac
[firefly-linux-kernel-4.4.55.git] / drivers / edac / edac_device.c
index cb397d9437d17f2aac0da41156e482efb2199913..ee3f1f810c1e094c27dbd012d51c4cdfa9b4ee55 100644 (file)
@@ -56,7 +56,7 @@ static void edac_device_dump_device(struct edac_device_ctl_info *edac_dev)
  *
  *     The control structure is allocated in complete chunk
  *     from the OS. It is in turn sub allocated to the
- *     various objects that compose the struture
+ *     various objects that compose the structure
  *
  *     The structure has a 'nr_instance' array within itself.
  *     Each instance represents a major component
@@ -389,7 +389,7 @@ static void edac_device_workq_function(struct work_struct *work_req)
 
        /* Reschedule the workq for the next time period to start again
         * if the number of msec is for 1 sec, then adjust to the next
-        * whole one second to save timers fireing all over the period
+        * whole one second to save timers firing all over the period
         * between integral seconds
         */
        if (edac_dev->poll_msec == 1000)
@@ -558,7 +558,7 @@ EXPORT_SYMBOL_GPL(edac_device_add_device);
  *     Remove sysfs entries for specified edac_device structure and
  *     then remove edac_device structure from global list
  *
- * @pdev:
+ * @dev:
  *     Pointer to 'struct device' representing edac_device
  *     structure to remove.
  *