Fix common misspellings
[deliverable/linux.git] / include / linux / perf_event.h
index f495c01472404263fff40e0c694fa6c5375a882d..393b60c7173204caca5dc502f72b689143c3048f 100644 (file)
@@ -662,7 +662,7 @@ struct pmu {
        int  (*commit_txn)      (struct pmu *pmu); /* optional */
        /*
         * Will cancel the transaction, assumes ->del() is called
-        * for each successfull ->add() during the transaction.
+        * for each successful ->add() during the transaction.
         */
        void (*cancel_txn)      (struct pmu *pmu); /* optional */
 };
@@ -938,9 +938,7 @@ struct perf_cpu_context {
        struct list_head                rotation_list;
        int                             jiffies_interval;
        struct pmu                      *active_pmu;
-#ifdef CONFIG_CGROUP_PERF
        struct perf_cgroup              *cgrp;
-#endif
 };
 
 struct perf_output_handle {
This page took 0.028764 seconds and 5 git commands to generate.