]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/infiniband/hw/ipath/ipath_user_sdma.c
Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats' and...
[karo-tx-linux.git] / drivers / infiniband / hw / ipath / ipath_user_sdma.c
index be78f6643c066b3d0436f5708263a95aa7da07bb..f5cb13b2144566229c03be75e31623cb19942d45 100644 (file)
@@ -236,7 +236,7 @@ static int ipath_user_sdma_num_pages(const struct iovec *iov)
        return 1 + ((epage - spage) >> PAGE_SHIFT);
 }
 
-/* truncate length to page boundry */
+/* truncate length to page boundary */
 static int ipath_user_sdma_page_length(unsigned long addr, unsigned long len)
 {
        const unsigned long offset = addr & ~PAGE_MASK;