| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * cb710/sgbuf2.c |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright by Michał Mirosław, 2008-2009 |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 8 | | - * published by the Free Software Foundation. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | #include <linux/kernel.h> |
|---|
| 11 | 8 | #include <linux/module.h> |
|---|
| .. | .. |
|---|
| 120 | 117 | /** |
|---|
| 121 | 118 | * cb710_sg_dwiter_write_next_block() - write next 32-bit word to sg buffer |
|---|
| 122 | 119 | * @miter: sg mapping iterator used for writing |
|---|
| 120 | + * @data: data to write to sg buffer |
|---|
| 123 | 121 | * |
|---|
| 124 | 122 | * Description: |
|---|
| 125 | 123 | * Writes 32-bit word starting at byte pointed to by @miter@ |
|---|