Author: mav
Date: Mon Apr 24 11:22:06 2017
New Revision: 317367
URL: https://svnweb.freebsd.org/changeset/base/317367

Log:
  MFC r315913: Add brackets to fix incorrect macro expansion.

Modified:
  stable/10/sys/dev/isp/ispmbox.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/isp/ispmbox.h
==============================================================================
--- stable/10/sys/dev/isp/ispmbox.h     Mon Apr 24 11:21:32 2017        
(r317366)
+++ stable/10/sys/dev/isp/ispmbox.h     Mon Apr 24 11:22:06 2017        
(r317367)
@@ -1207,7 +1207,7 @@ typedef struct {
 #define        ICB2400_VPINFO_OFF      0x80    /* offset from start of ICB */
 #define        ICB2400_VPINFO_PORT_OFF(chan)           \
     (ICB2400_VPINFO_OFF +                      \
-     sizeof (isp_icb_2400_vpinfo_t) + (chan * ICB2400_VPOPT_WRITE_SIZE))
+     sizeof (isp_icb_2400_vpinfo_t) + ((chan) * ICB2400_VPOPT_WRITE_SIZE))
 
 #define        ICB2400_VPGOPT_FCA              0x01    /* Assume Clean Address 
bit in FLOGI ACC set (works only in static configurations) */
 #define        ICB2400_VPGOPT_MID_DISABLE      0x02    /* when set, connection 
mode2 will work with NPIV-capable switched */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to