diff options
author | Dotan Barak <dotanba@gmail.com> | 2008-07-15 02:48:44 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-07-15 02:48:44 -0400 |
commit | 4deccd6d95f1f1536dad3c842e39c1ace577329d (patch) | |
tree | 1c1e8020f79b6fbbafd18f28da49573ad911bc87 /include/rdma/ib_verbs.h | |
parent | fd91b1bf1bb6fb443cb8c7600c7314f093b31f40 (diff) |
RDMA: Improve include file coding style
Remove subversion $Id lines and improve readability by fixing other
coding style problems pointed out by checkpatch.pl.
Signed-off-by: Dotan Barak <dotanba@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r-- | include/rdma/ib_verbs.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 31d30b1852e8..5f5621bf70bd 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h | |||
@@ -34,8 +34,6 @@ | |||
34 | * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | 34 | * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
35 | * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 35 | * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
36 | * SOFTWARE. | 36 | * SOFTWARE. |
37 | * | ||
38 | * $Id: ib_verbs.h 1349 2004-12-16 21:09:43Z roland $ | ||
39 | */ | 37 | */ |
40 | 38 | ||
41 | #if !defined(IB_VERBS_H) | 39 | #if !defined(IB_VERBS_H) |
@@ -777,7 +775,7 @@ struct ib_cq { | |||
777 | struct ib_uobject *uobject; | 775 | struct ib_uobject *uobject; |
778 | ib_comp_handler comp_handler; | 776 | ib_comp_handler comp_handler; |
779 | void (*event_handler)(struct ib_event *, void *); | 777 | void (*event_handler)(struct ib_event *, void *); |
780 | void * cq_context; | 778 | void *cq_context; |
781 | int cqe; | 779 | int cqe; |
782 | atomic_t usecnt; /* count number of work queues */ | 780 | atomic_t usecnt; /* count number of work queues */ |
783 | }; | 781 | }; |
@@ -883,7 +881,7 @@ struct ib_dma_mapping_ops { | |||
883 | void (*sync_single_for_cpu)(struct ib_device *dev, | 881 | void (*sync_single_for_cpu)(struct ib_device *dev, |
884 | u64 dma_handle, | 882 | u64 dma_handle, |
885 | size_t size, | 883 | size_t size, |
886 | enum dma_data_direction dir); | 884 | enum dma_data_direction dir); |
887 | void (*sync_single_for_device)(struct ib_device *dev, | 885 | void (*sync_single_for_device)(struct ib_device *dev, |
888 | u64 dma_handle, | 886 | u64 dma_handle, |
889 | size_t size, | 887 | size_t size, |