search for: idiag

Displaying 3 results from an estimated 3 matches for "idiag".

Did you mean: diag
2002 Sep 10
2
Hat values for generalized additive models
...c:/usr/temp/work/mgcv/R/mgcv.r ./R/mgcv.r --- c:/usr/temp/work/mgcv/R/mgcv.r 2002-05-17 03:04:26.000000000 +1000 +++ ./R/mgcv.r 2002-09-10 14:22:06.000000000 +1000 @@ -437,6 +437,7 @@ edf<-array(0,m) # estimated degrees of freedom ddiag<-array(0,3*m) # array for diagonostics idiag<-array(0,3) # array for diagnostics + hat<-array(0,n) # array for diagnostics Vp[1,1]<-1.0 M$gcv.ubre<-1.0; direct.mesh<-100 # number of points for overall s.p. initial direct search @@ -448,7 +449,8 @@ as.integer(n),as.integer(q),as.integer(C.r),as.double(...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...t;%s: in wrong state: %s\n", __func__, phy_state_name(state)); diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c index c9a327b13e5c..325081ac6553 100644 --- a/drivers/scsi/lpfc/lpfc_debugfs.c +++ b/drivers/scsi/lpfc/lpfc_debugfs.c @@ -3339,11 +3339,10 @@ lpfc_idiag_pcicfg_read(struct file *file, char __user *buf, size_t nbytes, len += scnprintf(pbuffer+len, LPFC_PCI_CFG_SIZE-len, "%03x: %08x\n", where, u32val); break; case LPFC_PCI_CFG_BROWSE: /* browse all */ goto pcicfg_browse; - break; default: /* illegal count */ len = 0...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...t;%s: in wrong state: %s\n", __func__, phy_state_name(state)); diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c index c9a327b13e5c..325081ac6553 100644 --- a/drivers/scsi/lpfc/lpfc_debugfs.c +++ b/drivers/scsi/lpfc/lpfc_debugfs.c @@ -3339,11 +3339,10 @@ lpfc_idiag_pcicfg_read(struct file *file, char __user *buf, size_t nbytes, len += scnprintf(pbuffer+len, LPFC_PCI_CFG_SIZE-len, "%03x: %08x\n", where, u32val); break; case LPFC_PCI_CFG_BROWSE: /* browse all */ goto pcicfg_browse; - break; default: /* illegal count */ len = 0...