Re: svn commit: r357312 - head/sys/kern

2020-01-30 Thread Alexey Dokuchaev
On Thu, Jan 30, 2020 at 08:05:05PM +, Mateusz Guzik wrote:
> New Revision: 357312
> URL: https://svnweb.freebsd.org/changeset/base/357312
> 
> Log:
>   Remove duplicated empty lines from kern/*.c

Thank you.  Every once in a while when I want/need to hack on src code base,
these superfluous newlines drive me away. :-(

./danfe
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r357312 - head/sys/kern

2020-01-30 Thread Mateusz Guzik
Author: mjg
Date: Thu Jan 30 20:05:05 2020
New Revision: 357312
URL: https://svnweb.freebsd.org/changeset/base/357312

Log:
  Remove duplicated empty lines from kern/*.c
  
  No functional changes.

Modified:
  head/sys/kern/imgact_binmisc.c
  head/sys/kern/imgact_elf.c
  head/sys/kern/init_main.c
  head/sys/kern/kern_alq.c
  head/sys/kern/kern_conf.c
  head/sys/kern/kern_exit.c
  head/sys/kern/kern_hhook.c
  head/sys/kern/kern_jail.c
  head/sys/kern/kern_kcov.c
  head/sys/kern/kern_kthread.c
  head/sys/kern/kern_linker.c
  head/sys/kern/kern_lockf.c
  head/sys/kern/kern_mib.c
  head/sys/kern/kern_mtxpool.c
  head/sys/kern/kern_pmc.c
  head/sys/kern/kern_poll.c
  head/sys/kern/kern_resource.c
  head/sys/kern/kern_sig.c
  head/sys/kern/kern_switch.c
  head/sys/kern/kern_sysctl.c
  head/sys/kern/kern_tc.c
  head/sys/kern/kern_time.c
  head/sys/kern/kern_ubsan.c
  head/sys/kern/kern_umtx.c
  head/sys/kern/link_elf.c
  head/sys/kern/link_elf_obj.c
  head/sys/kern/sched_4bsd.c
  head/sys/kern/sched_ule.c
  head/sys/kern/subr_acl_posix1e.c
  head/sys/kern/subr_blist.c
  head/sys/kern/subr_bufring.c
  head/sys/kern/subr_bus.c
  head/sys/kern/subr_clock.c
  head/sys/kern/subr_csan.c
  head/sys/kern/subr_fattime.c
  head/sys/kern/subr_filter.c
  head/sys/kern/subr_gtaskqueue.c
  head/sys/kern/subr_hints.c
  head/sys/kern/subr_intr.c
  head/sys/kern/subr_kdb.c
  head/sys/kern/subr_sbuf.c
  head/sys/kern/subr_sleepqueue.c
  head/sys/kern/subr_smp.c
  head/sys/kern/subr_stats.c
  head/sys/kern/subr_unit.c
  head/sys/kern/subr_vmem.c
  head/sys/kern/subr_witness.c
  head/sys/kern/sys_generic.c
  head/sys/kern/sys_pipe.c
  head/sys/kern/sys_process.c
  head/sys/kern/sysv_msg.c
  head/sys/kern/sysv_shm.c
  head/sys/kern/uipc_mbuf.c
  head/sys/kern/uipc_usrreq.c
  head/sys/kern/vfs_acl.c
  head/sys/kern/vfs_bio.c
  head/sys/kern/vfs_cluster.c
  head/sys/kern/vfs_extattr.c
  head/sys/kern/vfs_init.c
  head/sys/kern/vfs_subr.c
  head/sys/kern/vfs_syscalls.c
  head/sys/kern/vfs_vnops.c

Modified: head/sys/kern/imgact_binmisc.c
==
--- head/sys/kern/imgact_binmisc.c  Thu Jan 30 20:02:14 2020
(r357311)
+++ head/sys/kern/imgact_binmisc.c  Thu Jan 30 20:05:05 2020
(r357312)
@@ -609,7 +609,6 @@ imgact_binmisc_exec(struct image_params *imgp)
fname = sbuf_data(sname);
}
 
-
/*
 * We need to "push" the interpreter in the arg[] list.  To do this,
 * we first shift all the other values in the `begin_argv' area to
@@ -706,7 +705,6 @@ imgact_binmisc_exec(struct image_params *imgp)
 
if (!error)
imgp->interpreter_name = imgp->args->begin_argv;
-
 
 done:
if (sname)

Modified: head/sys/kern/imgact_elf.c
==
--- head/sys/kern/imgact_elf.c  Thu Jan 30 20:02:14 2020(r357311)
+++ head/sys/kern/imgact_elf.c  Thu Jan 30 20:05:05 2020(r357312)
@@ -630,7 +630,6 @@ __elfN(load_section)(struct image_params *imgp, vm_oof
return (0);
}
 
-
/*
 * We have to get the remaining bit of the file into the first part
 * of the oversized map segment.  This is normally because the .data

Modified: head/sys/kern/init_main.c
==
--- head/sys/kern/init_main.c   Thu Jan 30 20:02:14 2020(r357311)
+++ head/sys/kern/init_main.c   Thu Jan 30 20:05:05 2020(r357312)
@@ -115,7 +115,6 @@ linux_alloc_current_noop(struct thread *td __unused, i
 }
 int (*lkpi_alloc_current)(struct thread *, int) = linux_alloc_current_noop;
 
-
 #ifndef BOOTHOWTO
 #defineBOOTHOWTO   0
 #endif

Modified: head/sys/kern/kern_alq.c
==
--- head/sys/kern/kern_alq.cThu Jan 30 20:02:14 2020(r357311)
+++ head/sys/kern/kern_alq.cThu Jan 30 20:05:05 2020(r357312)
@@ -120,7 +120,6 @@ static void alq_shutdown(struct alq *);
 static void alq_destroy(struct alq *);
 static int alq_doio(struct alq *);
 
-
 /*
  * Add a new queue to the global list.  Fail if we're shutting down.
  */
@@ -422,7 +421,6 @@ static struct kproc_desc ald_kp = {
 SYSINIT(aldthread, SI_SUB_KTHREAD_IDLE, SI_ORDER_ANY, kproc_start, &ald_kp);
 SYSINIT(ald, SI_SUB_LOCK, SI_ORDER_ANY, ald_startup, NULL);
 
-
 /* User visible queue functions */
 
 /*
@@ -501,7 +499,6 @@ alq_open(struct alq **alqp, const char *file, struct u
 
return (ret);
 }
-
 
 /*
  * Copy a new entry into the queue.  If the operation would block either

Modified: head/sys/kern/kern_conf.c
==
--- head/sys/kern/kern_conf.c   Thu Jan 30 20:02:14 2020(r357311)
+++ head/sys/kern/kern_conf.c   Thu Jan 30 20:05:05 2020(r357312)
@@ -950,7 +950,6 @@ dev_depends