aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wan/syncppp.c1
-rw-r--r--drivers/scsi/libata-core.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wan/syncppp.c b/drivers/net/wan/syncppp.c
index f58c794a963a..b56a7b516d24 100644
--- a/drivers/net/wan/syncppp.c
+++ b/drivers/net/wan/syncppp.c
@@ -1440,6 +1440,7 @@ static void sppp_print_bytes (u_char *p, u16 len)
1440 * @skb: The buffer to process 1440 * @skb: The buffer to process
1441 * @dev: The device it arrived on 1441 * @dev: The device it arrived on
1442 * @p: Unused 1442 * @p: Unused
1443 * @orig_dev: Unused
1443 * 1444 *
1444 * Protocol glue. This drives the deferred processing mode the poorer 1445 * Protocol glue. This drives the deferred processing mode the poorer
1445 * cards use. This can be called directly by cards that do not have 1446 * cards use. This can be called directly by cards that do not have
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c
index 9fb9814525a3..5cc53cd9323e 100644
--- a/drivers/scsi/libata-core.c
+++ b/drivers/scsi/libata-core.c
@@ -2531,7 +2531,7 @@ void swap_buf_le16(u16 *buf, unsigned int buf_words)
2531 * @ap: port to read/write 2531 * @ap: port to read/write
2532 * @buf: data buffer 2532 * @buf: data buffer
2533 * @buflen: buffer length 2533 * @buflen: buffer length
2534 * @do_write: read/write 2534 * @write_data: read/write
2535 * 2535 *
2536 * Transfer data from/to the device data register by MMIO. 2536 * Transfer data from/to the device data register by MMIO.
2537 * 2537 *
@@ -2577,7 +2577,7 @@ static void ata_mmio_data_xfer(struct ata_port *ap, unsigned char *buf,
2577 * @ap: port to read/write 2577 * @ap: port to read/write
2578 * @buf: data buffer 2578 * @buf: data buffer
2579 * @buflen: buffer length 2579 * @buflen: buffer length
2580 * @do_write: read/write 2580 * @write_data: read/write
2581 * 2581 *
2582 * Transfer data from/to the device data register by PIO. 2582 * Transfer data from/to the device data register by PIO.
2583 * 2583 *