BINDIR = $(HOME)/bin TARGETS = mkheader.py isprime multi-send-key perm.py all: $(TARGETS) @echo "Nothing to be done" install: @echo "Installing the following scripts to $(BINDIR)" @echo " $(TARGETS)" @mkdir -p $(BINDIR) @install -m755 -t $(BINDIR) $(TARGETS) uninstall: @echo "Uninstalling the following scripts from $(BINDIR):" @echo " $(TARGETS)" @rmdir --ignore-fail-on-non-empty $(BINDIR) @for s in $(TARGETS); do rm -f "$(BINDIR)/$${s}"; done rel='vcs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/Documentation/kobject.txt
diff options
context:
space:
mode:
authorMichaƂ Pecio <michal.pecio@gmail.com>2016-04-24 18:11:45 +0200
committerShaohua Li <shli@fb.com>2016-04-25 08:43:58 -0700
commitb297874a2d5c5fcaeb5242a8b4708e54c5477d90 (patch)
tree6369e608cde6cccb7ad9ca65fb534f4f8d798de4 /Documentation/kobject.txt
parent7dedd15dd2527055390b9742c87a02556d3180f4 (diff)
md/raid0: remove empty line printk from dump_zones
Remove the final printk. All preceding output is already properly newline-terminated and the printk isn't even KERN_CONT to begin with, so it only adds one empty line to the log. Signed-off-by: Michal Pecio <michal.pecio@gmail.com> Signed-off-by: Shaohua Li <shli@fb.com>
Diffstat (limited to 'Documentation/kobject.txt')