Rev 4342 | Rev 4344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4342 | Rev 4343 | ||
|---|---|---|---|
| Line 527... | Line 527... | ||
| 527 | printf("%s - %s\n", hlp->name, hlp->description); |
527 | printf("%s - %s\n", hlp->name, hlp->description); |
| 528 | 528 | ||
| 529 | spinlock_unlock(&hlp->lock); |
529 | spinlock_unlock(&hlp->lock); |
| 530 | } |
530 | } |
| 531 | 531 | ||
| 532 | spinlock_unlock(&cmd_lock); |
532 | spinlock_unlock(&cmd_lock); |
| 533 | 533 | ||
| 534 | return 1; |
534 | return 1; |
| 535 | } |
535 | } |
| 536 | 536 | ||
| 537 | 537 | ||