#!/bin/bash # # Build U-Boot image when `mkimage' tool is available. # MKIMAGE=$(type -path "${CROSS_COMPILE}mkimage") if [ -z "${MKIMAGE}" ]; then MKIMAGE=$(type -path mkimage) if [ -z "${MKIMAGE}" ]; then # Doesn't exist echo '"mkimage" command not found - U-Boot images will not be built' >&2 exit 1; fi fi # Call "mkimage" to create U-Boot image ${MKIMAGE} "$@" 'net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/net/rds/rds.h
tr>
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
authorShannon Nelson <shannon.nelson@oracle.com>2017-02-13 10:57:03 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-14 13:04:10 -0500
commit7602011f59cc32ebc3a5f9058d6ba11b096c8c50 (patch)
treeaf5acf8e2cdc964227860ce67d9026a7f8e7c085 /drivers
parentdaa86e50f649fccadafc53994ddc4254d75a008b (diff)
ldmvsw: update and simplify version string
New version and simplify the print code. Signed-off-by: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
24ff ("RDMA/cma: fix IPv6 address resolution") Cc: <stable@vger.kernel.org> # v4.2+ Cc: Spencer Baugh <sbaugh@catern.com> Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Reviewed-by: Moni Shoua <monis@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/scsi/libfcoe.h')