| .. | .. |
|---|
| 228 | 228 | * Main part of host controller driver |
|---|
| 229 | 229 | */ |
|---|
| 230 | 230 | |
|---|
| 231 | | -/** |
|---|
| 231 | +/* |
|---|
| 232 | 232 | * c67x00_hcd_irq |
|---|
| 233 | 233 | * |
|---|
| 234 | 234 | * This function is called from the interrupt handler in c67x00-drv.c |
|---|
| .. | .. |
|---|
| 260 | 260 | } |
|---|
| 261 | 261 | } |
|---|
| 262 | 262 | |
|---|
| 263 | | -/** |
|---|
| 263 | +/* |
|---|
| 264 | 264 | * c67x00_hcd_start: Host controller start hook |
|---|
| 265 | 265 | */ |
|---|
| 266 | 266 | static int c67x00_hcd_start(struct usb_hcd *hcd) |
|---|
| .. | .. |
|---|
| 272 | 272 | return 0; |
|---|
| 273 | 273 | } |
|---|
| 274 | 274 | |
|---|
| 275 | | -/** |
|---|
| 275 | +/* |
|---|
| 276 | 276 | * c67x00_hcd_stop: Host controller stop hook |
|---|
| 277 | 277 | */ |
|---|
| 278 | 278 | static void c67x00_hcd_stop(struct usb_hcd *hcd) |
|---|