aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/nvme
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2020-05-16 14:33:08 +0000
committerConrad Meyer <cem@FreeBSD.org>2020-05-16 14:33:08 +0000
commit9982b3ee29ea3eae5466c7d6daf9b5d2e1cf1374 (patch)
tree7dcd9af1d10d9a819e2a5b5e35570175cd62fc8f /sys/cam/nvme
parentcf9f2ca3efac23e0f9907fa84eb4e60c71575df0 (diff)
downloadsrc-9982b3ee29ea3eae5466c7d6daf9b5d2e1cf1374.tar.gz
src-9982b3ee29ea3eae5466c7d6daf9b5d2e1cf1374.zip
cam: ANSIfy 0-argument function definitions
No functional change. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D24854
Notes
Notes: svn path=/head/; revision=361111
Diffstat (limited to 'sys/cam/nvme')
-rw-r--r--sys/cam/nvme/nvme_xpt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/cam/nvme/nvme_xpt.c b/sys/cam/nvme/nvme_xpt.c
index 2c3491a6a5d8..687da220325a 100644
--- a/sys/cam/nvme/nvme_xpt.c
+++ b/sys/cam/nvme/nvme_xpt.c
@@ -192,9 +192,8 @@ static struct xpt_proto nvme_proto = {
CAM_XPT_PROTO(nvme_proto);
static void
-nvme_probe_periph_init()
+nvme_probe_periph_init(void)
{
-
}
static cam_status