Print this page
3067 Typo in spelling "succssful"

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/cpr/cpr_main.c
          +++ new/usr/src/uts/common/cpr/cpr_main.c
↓ open down ↓ 158 lines elided ↑ open up ↑
 159  159                           * to let us know otherwise.
 160  160                           */
 161  161                          ASSERT(cpus_paused());
 162  162  
 163  163                          /*
 164  164                           * Now do the work of actually putting this
 165  165                           * machine to sleep!
 166  166                           */
 167  167                          rc = i_cpr_power_down(sleeptype);
 168  168                          if (rc == 0) {
 169      -                                PMD(PMD_SX, ("back from succssful suspend\n"))
      169 +                                PMD(PMD_SX, ("back from successful suspend\n"))
 170  170                          }
 171  171                          /*
 172  172                           * We do care about the return value from cpr_resume
 173  173                           * at this point, as it will tell us if one of the
 174  174                           * resume functions failed (cpr_resume_devices())
 175  175                           * However, for this to return and _not_ panic, means
 176  176                           * that we must be in one of the test functions.  So
 177  177                           * check for that and return an appropriate message.
 178  178                           */
 179  179                          rc2 = cpr_resume(sleeptype);
↓ open down ↓ 1215 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX