[PATCH] chelsio: whitespace fixes

Fix indentation and blank/tab issues.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Stephen Hemminger
2006-12-01 16:36:13 -08:00
committed by Jeff Garzik
parent 6b4bdde61b
commit 11e5a202ca
4 changed files with 16 additions and 16 deletions

View File

@ -192,7 +192,7 @@ int t1_espi_intr_handler(struct peespi *espi)
const struct espi_intr_counts *t1_espi_get_intr_counts(struct peespi *espi)
{
return &espi->intr_cnt;
return &espi->intr_cnt;
}
static void espi_setup_for_pm3393(adapter_t *adapter)